Interface DeployAsApplicationConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeployAsApplicationConfigurationUpdate.Builder,DeployAsApplicationConfigurationUpdate>,SdkBuilder<DeployAsApplicationConfigurationUpdate.Builder,DeployAsApplicationConfigurationUpdate>,SdkPojo
- Enclosing class:
- DeployAsApplicationConfigurationUpdate
public static interface DeployAsApplicationConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<DeployAsApplicationConfigurationUpdate.Builder,DeployAsApplicationConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeployAsApplicationConfigurationUpdate.Builders3ContentLocationUpdate(Consumer<S3ContentBaseLocationUpdate.Builder> s3ContentLocationUpdate)Updates to the location that holds the data required to specify an Amazon Data Analytics application.DeployAsApplicationConfigurationUpdate.Builders3ContentLocationUpdate(S3ContentBaseLocationUpdate s3ContentLocationUpdate)Updates to the location that holds the data required to specify an Amazon Data Analytics application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3ContentLocationUpdate
DeployAsApplicationConfigurationUpdate.Builder s3ContentLocationUpdate(S3ContentBaseLocationUpdate s3ContentLocationUpdate)
Updates to the location that holds the data required to specify an Amazon Data Analytics application.
- Parameters:
s3ContentLocationUpdate- Updates to the location that holds the data required to specify an Amazon Data Analytics application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ContentLocationUpdate
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.Builderavoiding the need to create one manually viaS3ContentBaseLocationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3ContentLocationUpdate(S3ContentBaseLocationUpdate).- Parameters:
s3ContentLocationUpdate- a consumer that will call methods onS3ContentBaseLocationUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3ContentLocationUpdate(S3ContentBaseLocationUpdate)
-
-