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