Class S3TableIntegrationReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.observabilityadmin.S3TableIntegrationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<S3TableIntegrationReference>
- Enclosing interface:
S3TableIntegrationReference
@Stability(Stable)
public static final class S3TableIntegrationReference.Builder
extends Object
implements software.amazon.jsii.Builder<S3TableIntegrationReference>
A builder for
S3TableIntegrationReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3TableIntegrationArn(String s3TableIntegrationArn) Sets the value ofS3TableIntegrationReference.getS3TableIntegrationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3TableIntegrationArn
@Stability(Stable) public S3TableIntegrationReference.Builder s3TableIntegrationArn(String s3TableIntegrationArn) Sets the value ofS3TableIntegrationReference.getS3TableIntegrationArn()- Parameters:
s3TableIntegrationArn- The Arn of the S3TableIntegration resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<S3TableIntegrationReference>- Returns:
- a new instance of
S3TableIntegrationReference - Throws:
NullPointerException- if any required attribute was not provided
-