Class CfnS3TableIntegration.Builder
java.lang.Object
software.amazon.awscdk.services.observabilityadmin.CfnS3TableIntegration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3TableIntegration>
- Enclosing class:
CfnS3TableIntegration
@Stability(Stable)
public static final class CfnS3TableIntegration.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3TableIntegration>
A fluent builder for
CfnS3TableIntegration.-
Method Summary
Modifier and TypeMethodDescriptionbuild()encryption(IResolvable encryption) Encryption configuration for the S3 Table Integration.Encryption configuration for the S3 Table Integration.logSources(List<? extends Object> logSources) The CloudWatch Logs data sources to associate with the S3 Table Integration.logSources(IResolvable logSources) The CloudWatch Logs data sources to associate with the S3 Table Integration.The ARN of the role used to access the S3 Table Integration.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnS3TableIntegration.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnS3TableIntegration.Builder.
-
encryption
Encryption configuration for the S3 Table Integration.- Parameters:
encryption- Encryption configuration for the S3 Table Integration. This parameter is required.- Returns:
this- See Also:
-
encryption
@Stability(Stable) public CfnS3TableIntegration.Builder encryption(CfnS3TableIntegration.EncryptionConfigProperty encryption) Encryption configuration for the S3 Table Integration.- Parameters:
encryption- Encryption configuration for the S3 Table Integration. This parameter is required.- Returns:
this- See Also:
-
roleArn
The ARN of the role used to access the S3 Table Integration.- Parameters:
roleArn- The ARN of the role used to access the S3 Table Integration. This parameter is required.- Returns:
this- See Also:
-
logSources
The CloudWatch Logs data sources to associate with the S3 Table Integration.- Parameters:
logSources- The CloudWatch Logs data sources to associate with the S3 Table Integration. This parameter is required.- Returns:
this- See Also:
-
logSources
@Stability(Stable) public CfnS3TableIntegration.Builder logSources(List<? extends Object> logSources) The CloudWatch Logs data sources to associate with the S3 Table Integration.- Parameters:
logSources- The CloudWatch Logs data sources to associate with the S3 Table Integration. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3TableIntegration>- Returns:
- a newly built instance of
CfnS3TableIntegration.
-