public static interface EnableKinesisStreamingDestinationResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<EnableKinesisStreamingDestinationResponse.Builder,EnableKinesisStreamingDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
EnableKinesisStreamingDestinationResponse.Builder |
destinationStatus(DestinationStatus destinationStatus)
The current status of the replication.
|
EnableKinesisStreamingDestinationResponse.Builder |
destinationStatus(String destinationStatus)
The current status of the replication.
|
EnableKinesisStreamingDestinationResponse.Builder |
streamArn(String streamArn)
The ARN for the specific Kinesis data stream.
|
EnableKinesisStreamingDestinationResponse.Builder |
tableName(String tableName)
The name of the table being modified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableKinesisStreamingDestinationResponse.Builder tableName(String tableName)
The name of the table being modified.
tableName - The name of the table being modified.EnableKinesisStreamingDestinationResponse.Builder streamArn(String streamArn)
The ARN for the specific Kinesis data stream.
streamArn - The ARN for the specific Kinesis data stream.EnableKinesisStreamingDestinationResponse.Builder destinationStatus(String destinationStatus)
The current status of the replication.
destinationStatus - The current status of the replication.DestinationStatus,
DestinationStatusEnableKinesisStreamingDestinationResponse.Builder destinationStatus(DestinationStatus destinationStatus)
The current status of the replication.
destinationStatus - The current status of the replication.DestinationStatus,
DestinationStatusCopyright © 2022. All rights reserved.