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
Modifier and TypeMethodDescriptions3ContentLocationDescription
(Consumer<S3ContentBaseLocationDescription.Builder> s3ContentLocationDescription) The location that holds the data required to specify an Amazon Data Analytics application.s3ContentLocationDescription
(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 Details
-
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.Builder
avoiding the need to create one manually viaS3ContentBaseLocationDescription.builder()
.When the
Consumer
completes,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:
-