public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
s3Bucket(String s3Bucket)
The S3 bucket of the S3 object.
|
S3Location.Builder |
s3Key(String s3Key)
The S3 key of the S3 object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder s3Bucket(String s3Bucket)
The S3 bucket of the S3 object.
s3Bucket - The S3 bucket of the S3 object.S3Location.Builder s3Key(String s3Key)
The S3 key of the S3 object.
This is required when used for the following:
IconS3Location (Actions: CreateApplication and UpdateApplication)
SessionScriptS3Location (Actions: CreateFleet and UpdateFleet)
ScriptDetails (Actions: CreateAppBlock)
SourceS3Location when creating an app block with CUSTOM PackagingType (Actions: CreateAppBlock)
SourceS3Location when creating an app block with APPSTREAM2 PackagingType, and using an existing
application package (VHD file). In this case, S3Key refers to the VHD file. If a new application
package is required, then S3Key is not required. (Actions: CreateAppBlock)
s3Key - The S3 key of the S3 object.
This is required when used for the following:
IconS3Location (Actions: CreateApplication and UpdateApplication)
SessionScriptS3Location (Actions: CreateFleet and UpdateFleet)
ScriptDetails (Actions: CreateAppBlock)
SourceS3Location when creating an app block with CUSTOM PackagingType (Actions:
CreateAppBlock)
SourceS3Location when creating an app block with APPSTREAM2 PackagingType, and using an
existing application package (VHD file). In this case, S3Key refers to the VHD file. If a
new application package is required, then S3Key is not required. (Actions:
CreateAppBlock)
Copyright © 2023. All rights reserved.