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 SummaryModifier 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
- 
buildDescription copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
- buildin interface- SmithyBuilder<AwsArn>
- Returns:
- an instance of T
 
 
-