Interface PartitionSpec.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PartitionSpec.Builder,
,PartitionSpec> SdkBuilder<PartitionSpec.Builder,
,PartitionSpec> SdkPojo
- Enclosing class:
PartitionSpec
-
Method Summary
Modifier and TypeMethodDescriptionidentity
(Collection<PartitionField> identity) List of identity transforms that performs an identity transformation.identity
(Consumer<PartitionField.Builder>... identity) List of identity transforms that performs an identity transformation.identity
(PartitionField... identity) List of identity transforms that performs an identity transformation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identity
List of identity transforms that performs an identity transformation. The transform takes the source value, and does not modify it. Result type is the source type.
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
identity
- List of identity transforms that performs an identity transformation. The transform takes the source value, and does not modify it. Result type is the source type.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identity
List of identity transforms that performs an identity transformation. The transform takes the source value, and does not modify it. Result type is the source type.
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
identity
- List of identity transforms that performs an identity transformation. The transform takes the source value, and does not modify it. Result type is the source type.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identity
List of identity transforms that performs an identity transformation. The transform takes the source value, and does not modify it. Result type is the source type.
Amazon Data Firehose is in preview release and is subject to change.
This is a convenience method that creates an instance of thePartitionField.Builder
avoiding the need to create one manually viaPartitionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidentity(List<PartitionField>)
.- Parameters:
identity
- a consumer that will call methods onPartitionField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-