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 Summary
Constructors -
Method Summary
Modifier 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
-
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<PartitionSpecialCase>- Returns:
- an instance of T
-
endpoint
Sets the special case endpoint template.- Parameters:
endpoint- Special case endpoint template to set.- Returns:
- Returns the builder.
-
dualStack
Sets the dualstack.- Parameters:
dualStack- dualstack to set.- Returns:
- Returns the builder.
-
fips
Sets the fips.- Parameters:
fips- fips to set.- Returns:
- Returns the builder.
-