Interface PartitionSpec.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PartitionSpec.Builder,
,PartitionSpec> SdkBuilder<PartitionSpec.Builder,
,PartitionSpec> SdkPojo
- Enclosing class:
PartitionSpec
public static interface PartitionSpec.Builder
extends SdkPojo, CopyableBuilder<PartitionSpec.Builder,PartitionSpec>
-
Method Summary
Modifier and TypeMethodDescriptionidentity
(Collection<PartitionField> identity) identity
(Consumer<PartitionField.Builder>... identity) identity
(PartitionField... identity) 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
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
identity
-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
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
identity
-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
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:
-