Package com.pulumi.aws.pipes.inputs
Class PipeTargetParametersKinesisStreamParametersArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.pipes.inputs.PipeTargetParametersKinesisStreamParametersArgs.Builder
-
- Enclosing class:
- PipeTargetParametersKinesisStreamParametersArgs
public static final class PipeTargetParametersKinesisStreamParametersArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PipeTargetParametersKinesisStreamParametersArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipeTargetParametersKinesisStreamParametersArgs
build()
PipeTargetParametersKinesisStreamParametersArgs.Builder
partitionKey(com.pulumi.core.Output<java.lang.String> partitionKey)
PipeTargetParametersKinesisStreamParametersArgs.Builder
partitionKey(java.lang.String partitionKey)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PipeTargetParametersKinesisStreamParametersArgs defaults)
-
-
Method Detail
-
partitionKey
public PipeTargetParametersKinesisStreamParametersArgs.Builder partitionKey(com.pulumi.core.Output<java.lang.String> partitionKey)
- Parameters:
partitionKey
- Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.- Returns:
- builder
-
partitionKey
public PipeTargetParametersKinesisStreamParametersArgs.Builder partitionKey(java.lang.String partitionKey)
- Parameters:
partitionKey
- Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.- Returns:
- builder
-
build
public PipeTargetParametersKinesisStreamParametersArgs build()
-
-