Class CfnEventAction.ActionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.dataexchange.CfnEventAction.ActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventAction.ActionProperty>
- Enclosing interface:
CfnEventAction.ActionProperty
@Stability(Stable)
public static final class CfnEventAction.ActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventAction.ActionProperty>
A builder for
CfnEventAction.ActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.exportRevisionToS3(IResolvable exportRevisionToS3) Sets the value ofCfnEventAction.ActionProperty.getExportRevisionToS3()exportRevisionToS3(CfnEventAction.AutoExportRevisionToS3RequestDetailsProperty exportRevisionToS3) Sets the value ofCfnEventAction.ActionProperty.getExportRevisionToS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exportRevisionToS3
@Stability(Stable) public CfnEventAction.ActionProperty.Builder exportRevisionToS3(IResolvable exportRevisionToS3) Sets the value ofCfnEventAction.ActionProperty.getExportRevisionToS3()- Parameters:
exportRevisionToS3- Details of the operation to be performed by the job.- Returns:
this
-
exportRevisionToS3
@Stability(Stable) public CfnEventAction.ActionProperty.Builder exportRevisionToS3(CfnEventAction.AutoExportRevisionToS3RequestDetailsProperty exportRevisionToS3) Sets the value ofCfnEventAction.ActionProperty.getExportRevisionToS3()- Parameters:
exportRevisionToS3- Details of the operation to be performed by the job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventAction.ActionProperty>- Returns:
- a new instance of
CfnEventAction.ActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-