Class CfnAssociation.InstanceAssociationOutputLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ssm.CfnAssociation.InstanceAssociationOutputLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssociation.InstanceAssociationOutputLocationProperty>
- Enclosing interface:
CfnAssociation.InstanceAssociationOutputLocationProperty
@Stability(Stable)
public static final class CfnAssociation.InstanceAssociationOutputLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssociation.InstanceAssociationOutputLocationProperty>
A builder for
CfnAssociation.InstanceAssociationOutputLocationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.s3Location
(IResolvable s3Location) Sets the value ofCfnAssociation.InstanceAssociationOutputLocationProperty.getS3Location()
s3Location
(CfnAssociation.S3OutputLocationProperty s3Location) Sets the value ofCfnAssociation.InstanceAssociationOutputLocationProperty.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Location
@Stability(Stable) public CfnAssociation.InstanceAssociationOutputLocationProperty.Builder s3Location(IResolvable s3Location) Sets the value ofCfnAssociation.InstanceAssociationOutputLocationProperty.getS3Location()
- Parameters:
s3Location
-S3OutputLocation
is 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 CfnAssociation.InstanceAssociationOutputLocationProperty.Builder s3Location(CfnAssociation.S3OutputLocationProperty s3Location) Sets the value ofCfnAssociation.InstanceAssociationOutputLocationProperty.getS3Location()
- Parameters:
s3Location
-S3OutputLocation
is 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
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAssociation.InstanceAssociationOutputLocationProperty>
- Returns:
- a new instance of
CfnAssociation.InstanceAssociationOutputLocationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-