Class CfnRegistryRecordPropsMixin.SkillMdSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.SkillMdSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistryRecordPropsMixin.SkillMdSourceProperty>
- Enclosing interface:
CfnRegistryRecordPropsMixin.SkillMdSourceProperty
@Stability(Stable)
public static final class CfnRegistryRecordPropsMixin.SkillMdSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistryRecordPropsMixin.SkillMdSourceProperty>
A builder for
CfnRegistryRecordPropsMixin.SkillMdSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRegistryRecordPropsMixin.SkillMdSourceProperty.getFromUrl()fromUrl(IResolvable fromUrl) Sets the value ofCfnRegistryRecordPropsMixin.SkillMdSourceProperty.getFromUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fromUrl
@Stability(Stable) public CfnRegistryRecordPropsMixin.SkillMdSourceProperty.Builder fromUrl(IResolvable fromUrl) Sets the value ofCfnRegistryRecordPropsMixin.SkillMdSourceProperty.getFromUrl()- Parameters:
fromUrl- URL-based source for SkillMd content (sync is skipped;. content is provided inline via Data).- Returns:
this
-
fromUrl
@Stability(Stable) public CfnRegistryRecordPropsMixin.SkillMdSourceProperty.Builder fromUrl(CfnRegistryRecordPropsMixin.SkillMdSourceFromUrlProperty fromUrl) Sets the value ofCfnRegistryRecordPropsMixin.SkillMdSourceProperty.getFromUrl()- Parameters:
fromUrl- URL-based source for SkillMd content (sync is skipped;. content is provided inline via Data).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistryRecordPropsMixin.SkillMdSourceProperty>- Returns:
- a new instance of
CfnRegistryRecordPropsMixin.SkillMdSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-