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