Interface EnableKinesisStreamingDestinationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<EnableKinesisStreamingDestinationResponse.Builder,EnableKinesisStreamingDestinationResponse>,DynamoDbResponse.Builder,SdkBuilder<EnableKinesisStreamingDestinationResponse.Builder,EnableKinesisStreamingDestinationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- EnableKinesisStreamingDestinationResponse
@Mutable @NotThreadSafe public static interface EnableKinesisStreamingDestinationResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<EnableKinesisStreamingDestinationResponse.Builder,EnableKinesisStreamingDestinationResponse>
-
-
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
EnableKinesisStreamingDestinationResponse.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
EnableKinesisStreamingDestinationResponse.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
EnableKinesisStreamingDestinationResponse.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
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:
DestinationStatus,DestinationStatus
-
enableKinesisStreamingConfiguration
EnableKinesisStreamingDestinationResponse.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 EnableKinesisStreamingDestinationResponse.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.Builderavoiding the need to create one manually viaEnableKinesisStreamingConfiguration.builder().When the
Consumercompletes,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)
-
-