Class PartitionSpecialCase.Builder
java.lang.Object
software.amazon.smithy.rulesengine.aws.traits.PartitionSpecialCase.Builder
- All Implemented Interfaces:
- SmithyBuilder<PartitionSpecialCase>
- Enclosing class:
- PartitionSpecialCase
public static final class PartitionSpecialCase.Builder
extends Object
implements SmithyBuilder<PartitionSpecialCase>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.Sets the dualstack.Sets the special case endpoint template.Sets the fips.
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
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<PartitionSpecialCase>
- Returns:
- an instance of T
 
- 
endpointSets the special case endpoint template.- Parameters:
- endpoint- Special case endpoint template to set.
- Returns:
- Returns the builder.
 
- 
dualStackSets the dualstack.- Parameters:
- dualStack- dualstack to set.
- Returns:
- Returns the builder.
 
- 
fipsSets the fips.- Parameters:
- fips- fips to set.
- Returns:
- Returns the builder.
 
 
-