Interface CreateS3TableIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateS3TableIntegrationRequest.Builder,,CreateS3TableIntegrationRequest> ObservabilityAdminRequest.Builder,SdkBuilder<CreateS3TableIntegrationRequest.Builder,,CreateS3TableIntegrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateS3TableIntegrationRequest
@Mutable
@NotThreadSafe
public static interface CreateS3TableIntegrationRequest.Builder
extends ObservabilityAdminRequest.Builder, SdkPojo, CopyableBuilder<CreateS3TableIntegrationRequest.Builder,CreateS3TableIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionencryption(Consumer<Encryption.Builder> encryption) The encryption configuration for the S3 Table integration, including the encryption algorithm and KMS key settings.encryption(Encryption encryption) The encryption configuration for the S3 Table integration, including the encryption algorithm and KMS key settings.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.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.observabilityadmin.model.ObservabilityAdminRequest.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
-
encryption
The encryption configuration for the S3 Table integration, including the encryption algorithm and KMS key settings.
- Parameters:
encryption- The encryption configuration for the S3 Table integration, including the encryption algorithm and KMS key settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryption
The encryption configuration for the S3 Table integration, including the encryption algorithm and KMS key settings.
This is a convenience method that creates an instance of theEncryption.Builderavoiding the need to create one manually viaEncryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryption(Encryption).- Parameters:
encryption- a consumer that will call methods onEncryption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
roleArn
The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.
- Parameters:
tags- The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateS3TableIntegrationRequest.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
CreateS3TableIntegrationRequest.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.
-