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 java.lang.Object implements SmithyBuilder<PartitionSpecialCase>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartitionSpecialCasebuild()Creates an immutable object that is created from the properties that have been set on the builder.PartitionSpecialCase.BuilderdualStack(java.lang.Boolean dualStack)Sets the dualstack.PartitionSpecialCase.Builderendpoint(java.lang.String endpoint)Sets the special case endpoint template.PartitionSpecialCase.Builderfips(java.lang.Boolean fips)Sets the fips.
-
-
-
Method Detail
-
build
public PartitionSpecialCase 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
public PartitionSpecialCase.Builder endpoint(java.lang.String endpoint)
Sets the special case endpoint template.- Parameters:
endpoint- Special case endpoint template to set.- Returns:
- Returns the builder.
-
dualStack
public PartitionSpecialCase.Builder dualStack(java.lang.Boolean dualStack)
Sets the dualstack.- Parameters:
dualStack- dualstack to set.- Returns:
- Returns the builder.
-
fips
public PartitionSpecialCase.Builder fips(java.lang.Boolean fips)
Sets the fips.- Parameters:
fips- fips to set.- Returns:
- Returns the builder.
-
-