Class Handler
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.model.Handler
- All Implemented Interfaces:
- ToNode,- ToSmithyBuilder<Handler>
Data class representing a CloudFormation Resource Schema's handler definition.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic Handler.Builderbuilder()static IntegergetHandlerNameOrder(String name) Take this object and create a builder that contains all of the current property values of this object.toNode()Converts a value to aNode.
- 
Field Details- 
CREATE- See Also:
 
- 
READ- See Also:
 
- 
UPDATE- See Also:
 
- 
DELETE- See Also:
 
- 
LIST- See Also:
 
 
- 
- 
Method Details- 
toNodeDescription copied from interface:ToNodeConverts a value to aNode.
- 
toBuilderDescription copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToSmithyBuilder<Handler>
- Returns:
- a builder for type T
 
- 
builder
- 
getPermissions
- 
getHandlerNameOrder
 
-