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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPackage.StorageLocationPropertystatic final classAn implementation forCfnPackage.StorageLocationProperty - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringCfnPackage.StorageLocationProperty.BinaryPrefixLocation.default StringCfnPackage.StorageLocationProperty.Bucket.default StringCfnPackage.StorageLocationProperty.GeneratedPrefixLocation.default StringCfnPackage.StorageLocationProperty.ManifestPrefixLocation.default StringCfnPackage.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
 
 -