Class CfnResourceProperty
java.lang.Object
software.amazon.smithy.aws.cloudformation.traits.CfnResourceProperty
- All Implemented Interfaces:
ToSmithyBuilder<CfnResourceProperty>
public final class CfnResourceProperty
extends Object
implements ToSmithyBuilder<CfnResourceProperty>
Contains extracted resource property information.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnResourceProperty.Builder
builder()
Gets all of the CloudFormation-specific property mutability options associated with this resource property.Gets the shape ID used to represent this property.boolean
Returns true if the property's mutability was configured explicitly by the use of a trait instead of derived through its lifecycle bindings within a resource.Take this object and create a builder that contains all of the current property values of this object.
-
Method Details
-
builder
-
getShapeId
Gets the shape ID used to represent this property.- Returns:
- Returns the shape ID.
-
hasExplicitMutability
public boolean hasExplicitMutability()Returns true if the property's mutability was configured explicitly by the use of a trait instead of derived through its lifecycle bindings within a resource.Also returns true for identifiers, since their mutability is inherent
- Returns:
- Returns true if the mutability is explicitly defined by a trait or if property is an identifier
- See Also:
-
getMutabilities
Gets all of the CloudFormation-specific property mutability options associated with this resource property.- Returns:
- Returns the mutabilities.
-
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<CfnResourceProperty>
- Returns:
- a builder for type T
-