Interface KinesisParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisParameters.Builder,,KinesisParameters> SdkBuilder<KinesisParameters.Builder,,KinesisParameters> SdkPojo
- Enclosing class:
KinesisParameters
@Mutable
@NotThreadSafe
public static interface KinesisParameters.Builder
extends SdkPojo, CopyableBuilder<KinesisParameters.Builder,KinesisParameters>
-
Method Summary
Modifier and TypeMethodDescriptionexplicitHashKey(String explicitHashKey) Explicit hash key forwarded to PutRecords unchanged.partitionKey(String partitionKey) Required by PutRecords even when an explicit hash key is supplied.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
partitionKey
Required by PutRecords even when an explicit hash key is supplied. Accepts JSONata expression.
- Parameters:
partitionKey- Required by PutRecords even when an explicit hash key is supplied. Accepts JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
explicitHashKey
Explicit hash key forwarded to PutRecords unchanged. Accepts JSONata expression.
- Parameters:
explicitHashKey- Explicit hash key forwarded to PutRecords unchanged. Accepts JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-