Interface CodeContent.Builder

    • Method Detail

      • textContent

        CodeContent.Builder textContent​(String textContent)

        The text-format code for a Managed Service for Apache Flink application.

        Parameters:
        textContent - The text-format code for a Managed Service for Apache Flink application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • zipFileContent

        CodeContent.Builder zipFileContent​(SdkBytes zipFileContent)

        The zip-format code for a Managed Service for Apache Flink application.

        Parameters:
        zipFileContent - The zip-format code for a Managed Service for Apache Flink application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3ContentLocation

        CodeContent.Builder s3ContentLocation​(S3ContentLocation s3ContentLocation)

        Information about the Amazon S3 bucket that contains the application code.

        Parameters:
        s3ContentLocation - Information about the Amazon S3 bucket that contains the application code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.