Class PartitionOutputs.Builder
java.lang.Object
software.amazon.smithy.rulesengine.language.RulesComponentBuilder<PartitionOutputs.Builder,PartitionOutputs>
software.amazon.smithy.rulesengine.aws.language.functions.partition.PartitionOutputs.Builder
- All Implemented Interfaces:
FromSourceLocation
,SmithyBuilder<PartitionOutputs>
- Enclosing class:
- PartitionOutputs
public static class PartitionOutputs.Builder
extends RulesComponentBuilder<PartitionOutputs.Builder,PartitionOutputs>
A builder used to create a
Partition
class.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.dualStackDnsSuffix
(String dualStackDnsSuffix) implicitGlobalRegion
(String implicitGlobalRegion) supportsDualStack
(boolean supportsDualStack) supportsFips
(boolean supportsFips) Methods inherited from class software.amazon.smithy.rulesengine.language.RulesComponentBuilder
getSourceLocation, javaLocation, sourceLocation
-
Constructor Details
-
Builder
-
-
Method Details
-
name
-
dnsSuffix
-
dualStackDnsSuffix
-
supportsFips
-
supportsDualStack
-
implicitGlobalRegion
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
-