Interface S3LogDestination.Builder

    • Method Detail

      • bucketName

        S3LogDestination.Builder bucketName​(String bucketName)

        The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.

        Parameters:
        bucketName - The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bucketOwner

        S3LogDestination.Builder bucketOwner​(String bucketOwner)

        The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.

        Parameters:
        bucketOwner - The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        S3LogDestination.Builder prefix​(String prefix)

        The prefix text with which to begin Amazon S3 log object names.

        For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.

        Parameters:
        prefix - The prefix text with which to begin Amazon S3 log object names.

        For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.