Interface LoggingInfo.Builder

    • Method Detail

      • s3BucketName

        LoggingInfo.Builder s3BucketName​(String s3BucketName)

        The name of an S3 bucket where execution logs are stored.

        Parameters:
        s3BucketName - The name of an S3 bucket where execution logs are stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3KeyPrefix

        LoggingInfo.Builder s3KeyPrefix​(String s3KeyPrefix)

        (Optional) The S3 bucket subfolder.

        Parameters:
        s3KeyPrefix - (Optional) The S3 bucket subfolder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Region

        LoggingInfo.Builder s3Region​(String s3Region)

        The Amazon Web Services Region where the S3 bucket is located.

        Parameters:
        s3Region - The Amazon Web Services Region where the S3 bucket is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.