Class PartitionOutputs.Builder
java.lang.Object
software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder<PartitionOutputs.Builder,PartitionOutputs>
software.amazon.smithy.rulesengine.language.model.PartitionOutputs.Builder
- All Implemented Interfaces:
FromSourceLocation
,SmithyBuilder<PartitionOutputs>
- Enclosing class:
- PartitionOutputs
public static class PartitionOutputs.Builder
extends SourceLocationTrackingBuilder<PartitionOutputs.Builder,PartitionOutputs>
-
Field Summary
Fields inherited from class software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder
sourceLocation
-
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) supportsDualStack
(boolean supportsDualStack) supportsFips
(boolean supportsFips) Methods inherited from class software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder
getSourceLocation, sourceLocation
-
Constructor Details
-
Builder
-
-
Method Details
-
dnsSuffix
-
dualStackDnsSuffix
-
supportsFips
-
supportsDualStack
-
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
-