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.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:
-