Interface StartDeliveryStreamEncryptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartDeliveryStreamEncryptionRequest.Builder,StartDeliveryStreamEncryptionRequest>
,FirehoseRequest.Builder
,SdkBuilder<StartDeliveryStreamEncryptionRequest.Builder,StartDeliveryStreamEncryptionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- StartDeliveryStreamEncryptionRequest
public static interface StartDeliveryStreamEncryptionRequest.Builder extends FirehoseRequest.Builder, SdkPojo, CopyableBuilder<StartDeliveryStreamEncryptionRequest.Builder,StartDeliveryStreamEncryptionRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.firehose.model.FirehoseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deliveryStreamName
StartDeliveryStreamEncryptionRequest.Builder deliveryStreamName(String deliveryStreamName)
The name of the delivery stream for which you want to enable server-side encryption (SSE).
- Parameters:
deliveryStreamName
- The name of the delivery stream for which you want to enable server-side encryption (SSE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryStreamEncryptionConfigurationInput
StartDeliveryStreamEncryptionRequest.Builder deliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
- Parameters:
deliveryStreamEncryptionConfigurationInput
- Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryStreamEncryptionConfigurationInput
default StartDeliveryStreamEncryptionRequest.Builder deliveryStreamEncryptionConfigurationInput(Consumer<DeliveryStreamEncryptionConfigurationInput.Builder> deliveryStreamEncryptionConfigurationInput)
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
This is a convenience method that creates an instance of theDeliveryStreamEncryptionConfigurationInput.Builder
avoiding the need to create one manually viaDeliveryStreamEncryptionConfigurationInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput)
.- Parameters:
deliveryStreamEncryptionConfigurationInput
- a consumer that will call methods onDeliveryStreamEncryptionConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput)
-
overrideConfiguration
StartDeliveryStreamEncryptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
StartDeliveryStreamEncryptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-