Class Handler.Builder
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.model.Handler.Builder
- All Implemented Interfaces:
 SmithyBuilder<Handler>
- Enclosing class:
 - Handler
 
- 
Method Summary
Modifier and TypeMethodDescriptionaddPermission(String permission) build()Creates an immutable object that is created from the properties that have been set on the builder.permissions(Collection<String> permissions)  
- 
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<Handler>- Returns:
 - an instance of T
 
 - 
permissions
 - 
addPermission
 - 
clearPermissions
 
 -