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
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tableName
DisableKinesisStreamingDestinationResponse.Builder tableName(String 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
DisableKinesisStreamingDestinationResponse.Builder streamArn(String 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
DisableKinesisStreamingDestinationResponse.Builder destinationStatus(String 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
,DestinationStatus
-
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:
DestinationStatus
,DestinationStatus
-
enableKinesisStreamingConfiguration
DisableKinesisStreamingDestinationResponse.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 DisableKinesisStreamingDestinationResponse.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:
enableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration)
-
-