Interface DeployAsApplicationConfigurationDescription.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DeployAsApplicationConfigurationDescription.Builder,,- DeployAsApplicationConfigurationDescription> - SdkBuilder<DeployAsApplicationConfigurationDescription.Builder,,- DeployAsApplicationConfigurationDescription> - SdkPojo
- Enclosing class:
- DeployAsApplicationConfigurationDescription
@Mutable
@NotThreadSafe
public static interface DeployAsApplicationConfigurationDescription.Builder
extends SdkPojo, CopyableBuilder<DeployAsApplicationConfigurationDescription.Builder,DeployAsApplicationConfigurationDescription> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3ContentLocationDescriptionDeployAsApplicationConfigurationDescription.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.
 
- 
s3ContentLocationDescriptiondefault 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 on- S3ContentBaseLocationDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-