Class CfnS3TableIntegrationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnS3TableIntegrationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3TableIntegrationMixinProps>
- Enclosing interface:
CfnS3TableIntegrationMixinProps
@Stability(Stable)
public static final class CfnS3TableIntegrationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3TableIntegrationMixinProps>
A builder for
CfnS3TableIntegrationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnS3TableIntegrationMixinProps.getEncryption()encryption(IResolvable encryption) Sets the value ofCfnS3TableIntegrationMixinProps.getEncryption()logSources(List<? extends Object> logSources) Sets the value ofCfnS3TableIntegrationMixinProps.getLogSources()logSources(IResolvable logSources) Sets the value ofCfnS3TableIntegrationMixinProps.getLogSources()Sets the value ofCfnS3TableIntegrationMixinProps.getRoleArn()Sets the value ofCfnS3TableIntegrationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
encryption
@Stability(Stable) public CfnS3TableIntegrationMixinProps.Builder encryption(IResolvable encryption) Sets the value ofCfnS3TableIntegrationMixinProps.getEncryption()- Parameters:
encryption- Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.- Returns:
this
-
encryption
@Stability(Stable) public CfnS3TableIntegrationMixinProps.Builder encryption(CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty encryption) Sets the value ofCfnS3TableIntegrationMixinProps.getEncryption()- Parameters:
encryption- Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.- Returns:
this
-
logSources
@Stability(Stable) public CfnS3TableIntegrationMixinProps.Builder logSources(IResolvable logSources) Sets the value ofCfnS3TableIntegrationMixinProps.getLogSources()- Parameters:
logSources- A data source with an S3 Table integration for query access in thelogsnamespace.- Returns:
this
-
logSources
@Stability(Stable) public CfnS3TableIntegrationMixinProps.Builder logSources(List<? extends Object> logSources) Sets the value ofCfnS3TableIntegrationMixinProps.getLogSources()- Parameters:
logSources- A data source with an S3 Table integration for query access in thelogsnamespace.- Returns:
this
-
roleArn
Sets the value ofCfnS3TableIntegrationMixinProps.getRoleArn()- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.- Returns:
this
-
tags
Sets the value ofCfnS3TableIntegrationMixinProps.getTags()- Parameters:
tags- The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3TableIntegrationMixinProps>- Returns:
- a new instance of
CfnS3TableIntegrationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-