Class CfnRegistryRecord.SkillMdSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.agentregistry.CfnRegistryRecord.SkillMdSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistryRecord.SkillMdSourceProperty>
- Enclosing interface:
CfnRegistryRecord.SkillMdSourceProperty
@Stability(Stable)
public static final class CfnRegistryRecord.SkillMdSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistryRecord.SkillMdSourceProperty>
A builder for
CfnRegistryRecord.SkillMdSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fromUrl(IResolvable fromUrl) Sets the value ofCfnRegistryRecord.SkillMdSourceProperty.getFromUrl()Sets the value ofCfnRegistryRecord.SkillMdSourceProperty.getFromUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fromUrl
@Stability(Stable) public CfnRegistryRecord.SkillMdSourceProperty.Builder fromUrl(IResolvable fromUrl) Sets the value ofCfnRegistryRecord.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 CfnRegistryRecord.SkillMdSourceProperty.Builder fromUrl(CfnRegistryRecord.SkillMdSourceFromUrlProperty fromUrl) Sets the value ofCfnRegistryRecord.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<CfnRegistryRecord.SkillMdSourceProperty>- Returns:
- a new instance of
CfnRegistryRecord.SkillMdSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-