Class Partitions.Builder
java.lang.Object
software.amazon.smithy.rulesengine.language.RulesComponentBuilder<Partitions.Builder,Partitions>
software.amazon.smithy.rulesengine.aws.language.functions.partition.Partitions.Builder
- All Implemented Interfaces:
FromSourceLocation
,SmithyBuilder<Partitions>
- Enclosing class:
- Partitions
A builder used to create a
Partitions
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.partitions
(List<Partition> partitions) Methods inherited from class software.amazon.smithy.rulesengine.language.RulesComponentBuilder
getSourceLocation, javaLocation, sourceLocation
-
Constructor Details
-
Builder
-
-
Method Details
-
version
-
partitions
-
addPartition
-
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
-