Class CfnResourceProperty.Builder
java.lang.Object
software.amazon.smithy.aws.cloudformation.traits.CfnResourceProperty.Builder
- All Implemented Interfaces:
 SmithyBuilder<CfnResourceProperty>
- Enclosing class:
 - CfnResourceProperty
 
public static final class CfnResourceProperty.Builder
extends Object
implements SmithyBuilder<CfnResourceProperty>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddShapeId(ShapeId shapeId) build()Creates an immutable object that is created from the properties that have been set on the builder.hasExplicitMutability(boolean hasExplicitMutability) mutabilities(Set<CfnResourceIndex.Mutability> mutabilities) removeShapeId(ShapeId shapeId)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
build
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
 buildin interfaceSmithyBuilder<CfnResourceProperty>- Returns:
 - an instance of T
 
 - 
addShapeId
 - 
removeShapeId
 - 
shapeIds
 - 
mutabilities
 - 
hasExplicitMutability
 
 -