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 Summary
Nested Classes - 
Field Summary
Fields - 
Method Summary
Modifier 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
- 
toNode
Description copied from interface:ToNodeConverts a value to aNode. - 
toBuilder
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToSmithyBuilder<Handler>- Returns:
 - a builder for type T
 
 - 
builder
 - 
getPermissions
 - 
getHandlerNameOrder
 
 -