Class PartitionEndpointSpecialCase.Builder
java.lang.Object
software.amazon.smithy.rulesengine.aws.traits.PartitionEndpointSpecialCase.Builder
- All Implemented Interfaces:
SmithyBuilder<PartitionEndpointSpecialCase>
- Enclosing class:
- PartitionEndpointSpecialCase
public static final class PartitionEndpointSpecialCase.Builder
extends Object
implements SmithyBuilder<PartitionEndpointSpecialCase>
-
Constructor Summary
-
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.Sets the region.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceSmithyBuilder<PartitionEndpointSpecialCase>
- 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.
-
region
Sets the region.- Parameters:
region
- region to set.- Returns:
- Returns the builder.
-