Interface DisableKinesisStreamingDestinationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisableKinesisStreamingDestinationResponse.Builder,,DisableKinesisStreamingDestinationResponse> DynamoDbResponse.Builder,SdkBuilder<DisableKinesisStreamingDestinationResponse.Builder,,DisableKinesisStreamingDestinationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DisableKinesisStreamingDestinationResponse
public static interface DisableKinesisStreamingDestinationResponse.Builder
extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DisableKinesisStreamingDestinationResponse.Builder,DisableKinesisStreamingDestinationResponse>
-
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
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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
DisableKinesisStreamingDestinationResponse.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:
-