Interface EnableKinesisStreamingDestinationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<EnableKinesisStreamingDestinationResponse.Builder,
,EnableKinesisStreamingDestinationResponse> DynamoDbResponse.Builder
,SdkBuilder<EnableKinesisStreamingDestinationResponse.Builder,
,EnableKinesisStreamingDestinationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
EnableKinesisStreamingDestinationResponse
public static interface EnableKinesisStreamingDestinationResponse.Builder
extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<EnableKinesisStreamingDestinationResponse.Builder,EnableKinesisStreamingDestinationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationStatus
(String destinationStatus) The current status of the replication.destinationStatus
(DestinationStatus destinationStatus) The current status of the replication.enableKinesisStreamingConfiguration
(Consumer<EnableKinesisStreamingConfiguration.Builder> enableKinesisStreamingConfiguration) The destination for the Kinesis streaming information that is being enabled.enableKinesisStreamingConfiguration
(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration) The destination for the Kinesis streaming information that is being enabled.The ARN for the specific Kinesis data stream.The name of the table being modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
tableName
The name of the table being modified.
- Parameters:
tableName
- The name of the table being modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamArn
The ARN for the specific Kinesis data stream.
- Parameters:
streamArn
- The ARN for the specific Kinesis data stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationStatus
The current status of the replication.
- Parameters:
destinationStatus
- The current status of the replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationStatus
EnableKinesisStreamingDestinationResponse.Builder destinationStatus(DestinationStatus destinationStatus) The current status of the replication.
- Parameters:
destinationStatus
- The current status of the replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enableKinesisStreamingConfiguration
EnableKinesisStreamingDestinationResponse.Builder enableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration) The destination for the Kinesis streaming information that is being enabled.
- Parameters:
enableKinesisStreamingConfiguration
- The destination 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 EnableKinesisStreamingDestinationResponse.Builder enableKinesisStreamingConfiguration(Consumer<EnableKinesisStreamingConfiguration.Builder> enableKinesisStreamingConfiguration) The destination for the Kinesis streaming information that is being enabled.
This is a convenience method that creates an instance of theEnableKinesisStreamingConfiguration.Builder
avoiding the need to create one manually viaEnableKinesisStreamingConfiguration.builder()
.When the
Consumer
completes,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:
-