Class ActionResources.Builder
java.lang.Object
software.amazon.smithy.aws.iam.traits.ActionResources.Builder
- All Implemented Interfaces:
 SmithyBuilder<ActionResources>
- Enclosing class:
 - ActionResources
 
public static final class ActionResources.Builder
extends Object
implements SmithyBuilder<ActionResources>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.optional(Map<String, ActionResource> optional) putOptional(String resourceName, ActionResource actionResource) putRequired(String resourceName, ActionResource actionResource) removeOptional(String resourceName) removeRequired(String resourceName) required(Map<String, ActionResource> required)  
- 
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<ActionResources>- Returns:
 - an instance of T
 
 - 
clearRequired
 - 
required
 - 
putRequired
 - 
removeRequired
 - 
clearOptional
 - 
optional
 - 
putOptional
 - 
removeOptional
 
 -