public static interface CodeConfiguration.Builder extends SdkPojo, CopyableBuilder<CodeConfiguration.Builder,CodeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CodeConfiguration.Builder |
s3Bucket(String s3Bucket)
A unique name for the S3 bucket.
|
CodeConfiguration.Builder |
s3Key(String s3Key)
The full S3 path (excluding bucket) to the .zip file.
|
CodeConfiguration.Builder |
s3ObjectVersion(String s3ObjectVersion)
The version of an S3 object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeConfiguration.Builder s3Bucket(String s3Bucket)
A unique name for the S3 bucket.
s3Bucket - A unique name for the S3 bucket.CodeConfiguration.Builder s3Key(String s3Key)
The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.
s3Key - The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto
the cluster when it's started.CodeConfiguration.Builder s3ObjectVersion(String s3ObjectVersion)
The version of an S3 object.
s3ObjectVersion - The version of an S3 object.Copyright © 2023. All rights reserved.