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();
 
  • Method Details

    • getBinaryPrefixLocation

      @Stability(Stable) @Nullable default String getBinaryPrefixLocation()
      CfnPackage.StorageLocationProperty.BinaryPrefixLocation.
    • getBucket

      @Stability(Stable) @Nullable default String getBucket()
      CfnPackage.StorageLocationProperty.Bucket.
    • getGeneratedPrefixLocation

      @Stability(Stable) @Nullable default String getGeneratedPrefixLocation()
      CfnPackage.StorageLocationProperty.GeneratedPrefixLocation.
    • getManifestPrefixLocation

      @Stability(Stable) @Nullable default String getManifestPrefixLocation()
      CfnPackage.StorageLocationProperty.ManifestPrefixLocation.
    • getRepoPrefixLocation

      @Stability(Stable) @Nullable default String getRepoPrefixLocation()
      CfnPackage.StorageLocationProperty.RepoPrefixLocation.
    • builder

      @Stability(Stable) static CfnPackage.StorageLocationProperty.Builder builder()
      Returns:
      a CfnPackage.StorageLocationProperty.Builder of CfnPackage.StorageLocationProperty