Interface SourceConfig.Builder

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

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

    • s3Bucket

      SourceConfig.Builder s3Bucket(String s3Bucket)

      The Amazon S3 bucket name.

      Parameters:
      s3Bucket - The Amazon S3 bucket name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • architecture

      SourceConfig.Builder architecture(String architecture)

      The target processor architecture for the application.

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

      SourceConfig.Builder architecture(Architecture architecture)

      The target processor architecture for the application.

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