public static interface DisableKinesisStreamingDestinationResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DisableKinesisStreamingDestinationResponse.Builder,DisableKinesisStreamingDestinationResponse>
Modifier and Type | Method and Description |
---|---|
DisableKinesisStreamingDestinationResponse.Builder |
destinationStatus(DestinationStatus destinationStatus)
The current status of the replication.
|
DisableKinesisStreamingDestinationResponse.Builder |
destinationStatus(String destinationStatus)
The current status of the replication.
|
DisableKinesisStreamingDestinationResponse.Builder |
streamArn(String streamArn)
The ARN for the specific Kinesis data stream.
|
DisableKinesisStreamingDestinationResponse.Builder |
tableName(String tableName)
The name of the table being modified.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisableKinesisStreamingDestinationResponse.Builder tableName(String tableName)
The name of the table being modified.
tableName
- The name of the table being modified.DisableKinesisStreamingDestinationResponse.Builder streamArn(String streamArn)
The ARN for the specific Kinesis data stream.
streamArn
- The ARN for the specific Kinesis data stream.DisableKinesisStreamingDestinationResponse.Builder destinationStatus(String destinationStatus)
The current status of the replication.
destinationStatus
- The current status of the replication.DestinationStatus
,
DestinationStatus
DisableKinesisStreamingDestinationResponse.Builder destinationStatus(DestinationStatus destinationStatus)
The current status of the replication.
destinationStatus
- The current status of the replication.DestinationStatus
,
DestinationStatus
Copyright © 2023. All rights reserved.