Interface DeployAsApplicationConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>, SdkBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>, SdkPojo
Enclosing class:
DeployAsApplicationConfiguration

public static interface DeployAsApplicationConfiguration.Builder extends SdkPojo, CopyableBuilder<DeployAsApplicationConfiguration.Builder,DeployAsApplicationConfiguration>
  • Method Details

    • s3ContentLocation

      The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

      Parameters:
      s3ContentLocation - The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3ContentLocation

      The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

      This is a convenience method that creates an instance of the S3ContentBaseLocation.Builder avoiding the need to create one manually via S3ContentBaseLocation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to s3ContentLocation(S3ContentBaseLocation).

      Parameters:
      s3ContentLocation - a consumer that will call methods on S3ContentBaseLocation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: