public static interface CfnAppBlock.S3LocationProperty
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.appstream.*; S3LocationProperty s3LocationProperty = S3LocationProperty.builder() .s3Bucket("s3Bucket") .s3Key("s3Key") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAppBlock.S3LocationProperty.Builder
A builder for
CfnAppBlock.S3LocationProperty |
static class |
CfnAppBlock.S3LocationProperty.Jsii$Proxy
An implementation for
CfnAppBlock.S3LocationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAppBlock.S3LocationProperty.Builder |
builder() |
java.lang.String |
getS3Bucket()
The S3 bucket of the app block.
|
java.lang.String |
getS3Key()
The S3 key of the S3 object of the virtual hard disk.
|
java.lang.String getS3Bucket()
java.lang.String getS3Key()
static CfnAppBlock.S3LocationProperty.Builder builder()