Class CfnScheduledQuery.S3ConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.logs.CfnScheduledQuery.S3ConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledQuery.S3ConfigurationProperty>
- Enclosing interface:
CfnScheduledQuery.S3ConfigurationProperty
@Stability(Stable)
public static final class CfnScheduledQuery.S3ConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledQuery.S3ConfigurationProperty>
A builder for
CfnScheduledQuery.S3ConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationIdentifier(String destinationIdentifier) Sets the value ofCfnScheduledQuery.S3ConfigurationProperty.getDestinationIdentifier()Sets the value ofCfnScheduledQuery.S3ConfigurationProperty.getRoleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationIdentifier
@Stability(Stable) public CfnScheduledQuery.S3ConfigurationProperty.Builder destinationIdentifier(String destinationIdentifier) Sets the value ofCfnScheduledQuery.S3ConfigurationProperty.getDestinationIdentifier()- Parameters:
destinationIdentifier- the value to be set. This parameter is required.- Returns:
this
-
roleArn
Sets the value ofCfnScheduledQuery.S3ConfigurationProperty.getRoleArn()- Parameters:
roleArn- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnScheduledQuery.S3ConfigurationProperty>- Returns:
- a new instance of
CfnScheduledQuery.S3ConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-