Interface ExternalLocation.Builder

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

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

    • s3Location

      ExternalLocation.Builder s3Location(String s3Location)

      The URI of the Amazon S3 bucket.

      Parameters:
      s3Location - The URI of the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.