public static interface CustomPluginLocationDescription.Builder extends SdkPojo, CopyableBuilder<CustomPluginLocationDescription.Builder,CustomPluginLocationDescription>
| Modifier and Type | Method and Description |
|---|---|
default CustomPluginLocationDescription.Builder |
s3Location(Consumer<S3LocationDescription.Builder> s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon
S3.
|
CustomPluginLocationDescription.Builder |
s3Location(S3LocationDescription s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon
S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomPluginLocationDescription.Builder s3Location(S3LocationDescription s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
s3Location - The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in
Amazon S3.default CustomPluginLocationDescription.Builder s3Location(Consumer<S3LocationDescription.Builder> s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
This is a convenience method that creates an instance of theS3LocationDescription.Builder avoiding
the need to create one manually via S3LocationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3Location(S3LocationDescription).
s3Location - a consumer that will call methods on S3LocationDescription.Builders3Location(S3LocationDescription)Copyright © 2023. All rights reserved.