Interface Source.Builder

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

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

    • s3Bucket

      Source.Builder s3Bucket(String s3Bucket)

      The s3 bucket name.

      Parameters:
      s3Bucket - The s3 bucket name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Key

      Source.Builder s3Key(String s3Key)

      The s3 object key.

      Parameters:
      s3Key - The s3 object key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • etag

      Source.Builder etag(String etag)

      A hash of the object specified by s3Bucket and s3Key.

      Parameters:
      etag - A hash of the object specified by s3Bucket and s3Key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • architecture

      Source.Builder architecture(String architecture)

      The taget processor architecture for the application.

      Parameters:
      architecture - The taget processor architecture for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • architecture

      Source.Builder architecture(Architecture architecture)

      The taget processor architecture for the application.

      Parameters:
      architecture - The taget processor architecture for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: