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
Modifier and TypeMethodDescriptiondeliveryStreamEncryptionConfigurationInput(Consumer<DeliveryStreamEncryptionConfigurationInput.Builder> deliveryStreamEncryptionConfigurationInput) Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).deliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInput deliveryStreamEncryptionConfigurationInput) Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).deliveryStreamName(String deliveryStreamName) The name of the Firehose stream for which you want to enable server-side encryption (SSE).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.firehose.model.FirehoseRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
deliveryStreamName
The name of the Firehose stream for which you want to enable server-side encryption (SSE).
- Parameters:
 deliveryStreamName- The name of the Firehose 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.Builderavoiding the need to create one manually viaDeliveryStreamEncryptionConfigurationInput.builder().When the
Consumercompletes,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:
 
 - 
overrideConfiguration
StartDeliveryStreamEncryptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
StartDeliveryStreamEncryptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -