Class CfnRegistryRecord.SkillMdSourceFromUrlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.agentregistry.CfnRegistryRecord.SkillMdSourceFromUrlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistryRecord.SkillMdSourceFromUrlProperty>
- Enclosing interface:
CfnRegistryRecord.SkillMdSourceFromUrlProperty
@Stability(Stable)
public static final class CfnRegistryRecord.SkillMdSourceFromUrlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistryRecord.SkillMdSourceFromUrlProperty>
A builder for
CfnRegistryRecord.SkillMdSourceFromUrlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRegistryRecord.SkillMdSourceFromUrlProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
url
Sets the value ofCfnRegistryRecord.SkillMdSourceFromUrlProperty.getUrl()- Parameters:
url- URL source for the SkillMd document. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistryRecord.SkillMdSourceFromUrlProperty>- Returns:
- a new instance of
CfnRegistryRecord.SkillMdSourceFromUrlProperty - Throws:
NullPointerException- if any required attribute was not provided
-