Class CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty>
- Enclosing interface:
CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty
@Stability(Stable)
public static final class CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3Location(IResolvable s3Location)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Location
@Stability(Stable) public CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty.Builder s3Location(IResolvable s3Location) Sets the value ofCfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty.getS3Location()- Parameters:
s3Location-S3OutputLocationis a property of the InstanceAssociationOutputLocation property that specifies an Amazon S3 bucket where you want to store the results of this request.- Returns:
this
-
s3Location
@Stability(Stable) public CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty.Builder s3Location(CfnAssociationPropsMixin.S3OutputLocationProperty s3Location) Sets the value ofCfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty.getS3Location()- Parameters:
s3Location-S3OutputLocationis a property of the InstanceAssociationOutputLocation property that specifies an Amazon S3 bucket where you want to store the results of this request.- Returns:
this
-
build
@Stability(Stable) public CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty>- Returns:
- a new instance of
CfnAssociationPropsMixin.InstanceAssociationOutputLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-