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
A storage location.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPackage.StorageLocationProperty
static final class
An implementation forCfnPackage.StorageLocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBinaryPrefixLocation
The location's binary prefix.- See Also:
-
getBucket
The location's bucket.- See Also:
-
getGeneratedPrefixLocation
The location's generated prefix.- See Also:
-
getManifestPrefixLocation
The location's manifest prefix.- See Also:
-
getRepoPrefixLocation
The location's repo prefix.- See Also:
-
builder
-