Interface EnableKinesisStreamingDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<EnableKinesisStreamingDestinationRequest.Builder,,EnableKinesisStreamingDestinationRequest> DynamoDbRequest.Builder,SdkBuilder<EnableKinesisStreamingDestinationRequest.Builder,,EnableKinesisStreamingDestinationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- EnableKinesisStreamingDestinationRequest
@Mutable
@NotThreadSafe
public static interface EnableKinesisStreamingDestinationRequest.Builder
extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<EnableKinesisStreamingDestinationRequest.Builder,EnableKinesisStreamingDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionenableKinesisStreamingConfiguration(Consumer<EnableKinesisStreamingConfiguration.Builder> enableKinesisStreamingConfiguration) The source for the Kinesis streaming information that is being enabled.enableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration) The source for the Kinesis streaming information that is being enabled.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN for a Kinesis data stream.The name of the DynamoDB table.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableName
The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
- Parameters:
tableName- The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamArn
The ARN for a Kinesis data stream.
- Parameters:
streamArn- The ARN for a Kinesis data stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableKinesisStreamingConfiguration
EnableKinesisStreamingDestinationRequest.Builder enableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration) The source for the Kinesis streaming information that is being enabled.
- Parameters:
enableKinesisStreamingConfiguration- The source for the Kinesis streaming information that is being enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableKinesisStreamingConfiguration
default EnableKinesisStreamingDestinationRequest.Builder enableKinesisStreamingConfiguration(Consumer<EnableKinesisStreamingConfiguration.Builder> enableKinesisStreamingConfiguration) The source for the Kinesis streaming information that is being enabled.
This is a convenience method that creates an instance of theEnableKinesisStreamingConfiguration.Builderavoiding the need to create one manually viaEnableKinesisStreamingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration).- Parameters:
enableKinesisStreamingConfiguration- a consumer that will call methods onEnableKinesisStreamingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
EnableKinesisStreamingDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
EnableKinesisStreamingDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-