Class RegionSpecialCase.Builder
java.lang.Object
software.amazon.smithy.rulesengine.aws.traits.RegionSpecialCase.Builder
- All Implemented Interfaces:
SmithyBuilder<RegionSpecialCase>
- Enclosing class:
- RegionSpecialCase
public static final class RegionSpecialCase.Builder
extends Object
implements SmithyBuilder<RegionSpecialCase>
-
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.signingRegion
(String signingRegion) Sets the signing region.sourceLocation
(SourceLocation sourceLocation)
-
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<RegionSpecialCase>
- 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.
-
signingRegion
Sets the signing region.- Parameters:
signingRegion
- region to set.- Returns:
- Returns the builder.
-
sourceLocation
-