Class CfnPackagePropsMixin.StorageLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.panorama.CfnPackagePropsMixin.StorageLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPackagePropsMixin.StorageLocationProperty>
- Enclosing interface:
CfnPackagePropsMixin.StorageLocationProperty
@Stability(Stable)
public static final class CfnPackagePropsMixin.StorageLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPackagePropsMixin.StorageLocationProperty>
A builder for
CfnPackagePropsMixin.StorageLocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbinaryPrefixLocation(String binaryPrefixLocation) Sets the value ofCfnPackagePropsMixin.StorageLocationProperty.getBinaryPrefixLocation()Sets the value ofCfnPackagePropsMixin.StorageLocationProperty.getBucket()build()Builds the configured instance.generatedPrefixLocation(String generatedPrefixLocation) manifestPrefixLocation(String manifestPrefixLocation) Sets the value ofCfnPackagePropsMixin.StorageLocationProperty.getManifestPrefixLocation()repoPrefixLocation(String repoPrefixLocation) Sets the value ofCfnPackagePropsMixin.StorageLocationProperty.getRepoPrefixLocation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
binaryPrefixLocation
@Stability(Stable) public CfnPackagePropsMixin.StorageLocationProperty.Builder binaryPrefixLocation(String binaryPrefixLocation) Sets the value ofCfnPackagePropsMixin.StorageLocationProperty.getBinaryPrefixLocation()- Parameters:
binaryPrefixLocation- The location's binary prefix.- Returns:
this
-
bucket
@Stability(Stable) public CfnPackagePropsMixin.StorageLocationProperty.Builder bucket(String bucket) Sets the value ofCfnPackagePropsMixin.StorageLocationProperty.getBucket()- Parameters:
bucket- The location's bucket.- Returns:
this
-
generatedPrefixLocation
@Stability(Stable) public CfnPackagePropsMixin.StorageLocationProperty.Builder generatedPrefixLocation(String generatedPrefixLocation) - Parameters:
generatedPrefixLocation- The location's generated prefix.- Returns:
this
-
manifestPrefixLocation
@Stability(Stable) public CfnPackagePropsMixin.StorageLocationProperty.Builder manifestPrefixLocation(String manifestPrefixLocation) Sets the value ofCfnPackagePropsMixin.StorageLocationProperty.getManifestPrefixLocation()- Parameters:
manifestPrefixLocation- The location's manifest prefix.- Returns:
this
-
repoPrefixLocation
@Stability(Stable) public CfnPackagePropsMixin.StorageLocationProperty.Builder repoPrefixLocation(String repoPrefixLocation) Sets the value ofCfnPackagePropsMixin.StorageLocationProperty.getRepoPrefixLocation()- Parameters:
repoPrefixLocation- The location's repo prefix.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPackagePropsMixin.StorageLocationProperty>- Returns:
- a new instance of
CfnPackagePropsMixin.StorageLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-