public static interface DeployAsApplicationConfiguration.Builder extends SdkPojo, CopyableBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default DeployAsApplicationConfiguration.Builder |
s3ContentLocation(Consumer<S3ContentBaseLocation.Builder> s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the
Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the
version number of the Amazon S3 object that contains the data.
|
DeployAsApplicationConfiguration.Builder |
s3ContentLocation(S3ContentBaseLocation s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the
Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the
version number of the Amazon S3 object that contains the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeployAsApplicationConfiguration.Builder s3ContentLocation(S3ContentBaseLocation s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
s3ContentLocation - The description of an Amazon S3 object that contains the Amazon Data Analytics application, including
the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the
data, and the version number of the Amazon S3 object that contains the data.default DeployAsApplicationConfiguration.Builder s3ContentLocation(Consumer<S3ContentBaseLocation.Builder> s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
This is a convenience method that creates an instance of theS3ContentBaseLocation.Builder avoiding
the need to create one manually via S3ContentBaseLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3ContentLocation(S3ContentBaseLocation).
s3ContentLocation - a consumer that will call methods on S3ContentBaseLocation.Builders3ContentLocation(S3ContentBaseLocation)Copyright © 2022. All rights reserved.