@Stability(value=Stable)
public static interface CfnFleet.S3LocationProperty
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.appstream.*;
S3LocationProperty s3LocationProperty = S3LocationProperty.builder()
.s3Bucket("s3Bucket")
.s3Key("s3Key")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFleet.S3LocationProperty.Builder
A builder for
CfnFleet.S3LocationProperty |
static class |
CfnFleet.S3LocationProperty.Jsii$Proxy
An implementation for
CfnFleet.S3LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFleet.S3LocationProperty.Builder |
builder() |
String |
getS3Bucket()
The S3 bucket of the S3 object.
|
String |
getS3Key()
The S3 key of the S3 object.
|
@Stability(value=Stable) @NotNull String getS3Bucket()
@Stability(value=Stable) @NotNull String getS3Key()
@Stability(value=Stable) static CfnFleet.S3LocationProperty.Builder builder()
Copyright © 2022. All rights reserved.