Interface DeployAsApplicationConfigurationDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeployAsApplicationConfigurationDescription.Builder,DeployAsApplicationConfigurationDescription>,SdkBuilder<DeployAsApplicationConfigurationDescription.Builder,DeployAsApplicationConfigurationDescription>,SdkPojo
- Enclosing class:
- DeployAsApplicationConfigurationDescription
public static interface DeployAsApplicationConfigurationDescription.Builder extends SdkPojo, CopyableBuilder<DeployAsApplicationConfigurationDescription.Builder,DeployAsApplicationConfigurationDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeployAsApplicationConfigurationDescription.Builders3ContentLocationDescription(Consumer<S3ContentBaseLocationDescription.Builder> s3ContentLocationDescription)The location that holds the data required to specify an Amazon Data Analytics application.DeployAsApplicationConfigurationDescription.Builders3ContentLocationDescription(S3ContentBaseLocationDescription s3ContentLocationDescription)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
-
s3ContentLocationDescription
DeployAsApplicationConfigurationDescription.Builder s3ContentLocationDescription(S3ContentBaseLocationDescription s3ContentLocationDescription)
The location that holds the data required to specify an Amazon Data Analytics application.
- Parameters:
s3ContentLocationDescription- 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.
-
s3ContentLocationDescription
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.Builderavoiding the need to create one manually viaS3ContentBaseLocationDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3ContentLocationDescription(S3ContentBaseLocationDescription).- Parameters:
s3ContentLocationDescription- a consumer that will call methods onS3ContentBaseLocationDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3ContentLocationDescription(S3ContentBaseLocationDescription)
-
-