Interface SourceConfig.Builder

    • Method Detail

      • 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

        SourceConfig.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.
      • 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, Architecture
      • 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:
        Architecture, Architecture