Interface CfnPackage.StorageLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPackage.StorageLocationProperty.Jsii$Proxy
- Enclosing class:
CfnPackage
@Stability(Stable)
public static interface CfnPackage.StorageLocationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.panorama.*; StorageLocationProperty storageLocationProperty = StorageLocationProperty.builder() .binaryPrefixLocation("binaryPrefixLocation") .bucket("bucket") .generatedPrefixLocation("generatedPrefixLocation") .manifestPrefixLocation("manifestPrefixLocation") .repoPrefixLocation("repoPrefixLocation") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPackage.StorageLocationProperty
static final class
An implementation forCfnPackage.StorageLocationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
CfnPackage.StorageLocationProperty.BinaryPrefixLocation
.default String
CfnPackage.StorageLocationProperty.Bucket
.default String
CfnPackage.StorageLocationProperty.GeneratedPrefixLocation
.default String
CfnPackage.StorageLocationProperty.ManifestPrefixLocation
.default String
CfnPackage.StorageLocationProperty.RepoPrefixLocation
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBinaryPrefixLocation
CfnPackage.StorageLocationProperty.BinaryPrefixLocation
. -
getBucket
CfnPackage.StorageLocationProperty.Bucket
. -
getGeneratedPrefixLocation
CfnPackage.StorageLocationProperty.GeneratedPrefixLocation
. -
getManifestPrefixLocation
CfnPackage.StorageLocationProperty.ManifestPrefixLocation
. -
getRepoPrefixLocation
CfnPackage.StorageLocationProperty.RepoPrefixLocation
. -
builder
-