Class CfnSoftwarePackageVersionPropsMixin.S3LocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnSoftwarePackageVersionPropsMixin.S3LocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSoftwarePackageVersionPropsMixin.S3LocationProperty>
- Enclosing interface:
CfnSoftwarePackageVersionPropsMixin.S3LocationProperty
@Stability(Stable)
public static final class CfnSoftwarePackageVersionPropsMixin.S3LocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSoftwarePackageVersionPropsMixin.S3LocationProperty>
A builder for
CfnSoftwarePackageVersionPropsMixin.S3LocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnSoftwarePackageVersionPropsMixin.S3LocationProperty.getBucket()build()Builds the configured instance.Sets the value ofCfnSoftwarePackageVersionPropsMixin.S3LocationProperty.getKey()Sets the value ofCfnSoftwarePackageVersionPropsMixin.S3LocationProperty.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Stable) public CfnSoftwarePackageVersionPropsMixin.S3LocationProperty.Builder bucket(String bucket) Sets the value ofCfnSoftwarePackageVersionPropsMixin.S3LocationProperty.getBucket()- Parameters:
bucket- The S3 bucket.- Returns:
this
-
key
@Stability(Stable) public CfnSoftwarePackageVersionPropsMixin.S3LocationProperty.Builder key(String key) Sets the value ofCfnSoftwarePackageVersionPropsMixin.S3LocationProperty.getKey()- Parameters:
key- The S3 key.- Returns:
this
-
version
@Stability(Stable) public CfnSoftwarePackageVersionPropsMixin.S3LocationProperty.Builder version(String version) Sets the value ofCfnSoftwarePackageVersionPropsMixin.S3LocationProperty.getVersion()- Parameters:
version- The S3 version.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSoftwarePackageVersionPropsMixin.S3LocationProperty>- Returns:
- a new instance of
CfnSoftwarePackageVersionPropsMixin.S3LocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-