@Stability(value=Stable) public static final class CfnComponentType.RelationshipProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentType.RelationshipProperty>
CfnComponentType.RelationshipProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponentType.RelationshipProperty |
build()
Builds the configured instance.
|
CfnComponentType.RelationshipProperty.Builder |
relationshipType(String relationshipType)
Sets the value of
CfnComponentType.RelationshipProperty.getRelationshipType() |
CfnComponentType.RelationshipProperty.Builder |
targetComponentTypeId(String targetComponentTypeId)
Sets the value of
CfnComponentType.RelationshipProperty.getTargetComponentTypeId() |
@Stability(value=Stable) public CfnComponentType.RelationshipProperty.Builder relationshipType(String relationshipType)
CfnComponentType.RelationshipProperty.getRelationshipType()relationshipType - The type of the relationship.this@Stability(value=Stable) public CfnComponentType.RelationshipProperty.Builder targetComponentTypeId(String targetComponentTypeId)
CfnComponentType.RelationshipProperty.getTargetComponentTypeId()targetComponentTypeId - The ID of the target component type associated with this relationship.this@Stability(value=Stable) public CfnComponentType.RelationshipProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentType.RelationshipProperty>CfnComponentType.RelationshipPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.