public static interface DeployAsApplicationConfigurationDescription.Builder extends SdkPojo, CopyableBuilder<DeployAsApplicationConfigurationDescription.Builder,DeployAsApplicationConfigurationDescription>
| Modifier and Type | Method and Description |
|---|---|
default DeployAsApplicationConfigurationDescription.Builder |
s3ContentLocationDescription(Consumer<S3ContentBaseLocationDescription.Builder> s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
|
DeployAsApplicationConfigurationDescription.Builder |
s3ContentLocationDescription(S3ContentBaseLocationDescription s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeployAsApplicationConfigurationDescription.Builder s3ContentLocationDescription(S3ContentBaseLocationDescription s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
s3ContentLocationDescription - The location that holds the data required to specify an Amazon Data Analytics application.default DeployAsApplicationConfigurationDescription.Builder s3ContentLocationDescription(Consumer<S3ContentBaseLocationDescription.Builder> s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
This is a convenience method that creates an instance of theS3ContentBaseLocationDescription.Builder
avoiding the need to create one manually via S3ContentBaseLocationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
s3ContentLocationDescription(S3ContentBaseLocationDescription).
s3ContentLocationDescription - a consumer that will call methods on S3ContentBaseLocationDescription.Builders3ContentLocationDescription(S3ContentBaseLocationDescription)Copyright © 2022. All rights reserved.