Class AwsArn.Builder
java.lang.Object
software.amazon.smithy.rulesengine.aws.language.functions.AwsArn.Builder
- All Implemented Interfaces:
 SmithyBuilder<AwsArn>
- Enclosing class:
 - AwsArn
 
A builder used to create an 
AwsArn class.- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder. 
- 
Method Details
- 
partition
 - 
service
 - 
region
 - 
accountId
 - 
resource
 - 
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<AwsArn>- Returns:
 - an instance of T
 
 
 -