JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.kafkaconnect.model

Class S3LogDeliveryDescription

    • Constructor Detail

      • S3LogDeliveryDescription

        public S3LogDeliveryDescription()
    • Method Detail

      • setBucket

        public void setBucket(String bucket)

        The name of the S3 bucket that is the destination for log delivery.

        Parameters:
        bucket - The name of the S3 bucket that is the destination for log delivery.
      • getBucket

        public String getBucket()

        The name of the S3 bucket that is the destination for log delivery.

        Returns:
        The name of the S3 bucket that is the destination for log delivery.
      • withBucket

        public S3LogDeliveryDescription withBucket(String bucket)

        The name of the S3 bucket that is the destination for log delivery.

        Parameters:
        bucket - The name of the S3 bucket that is the destination for log delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnabled

        public void setEnabled(Boolean enabled)

        Specifies whether connector logs get sent to the specified Amazon S3 destination.

        Parameters:
        enabled - Specifies whether connector logs get sent to the specified Amazon S3 destination.
      • getEnabled

        public Boolean getEnabled()

        Specifies whether connector logs get sent to the specified Amazon S3 destination.

        Returns:
        Specifies whether connector logs get sent to the specified Amazon S3 destination.
      • withEnabled

        public S3LogDeliveryDescription withEnabled(Boolean enabled)

        Specifies whether connector logs get sent to the specified Amazon S3 destination.

        Parameters:
        enabled - Specifies whether connector logs get sent to the specified Amazon S3 destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEnabled

        public Boolean isEnabled()

        Specifies whether connector logs get sent to the specified Amazon S3 destination.

        Returns:
        Specifies whether connector logs get sent to the specified Amazon S3 destination.
      • setPrefix

        public void setPrefix(String prefix)

        The S3 prefix that is the destination for log delivery.

        Parameters:
        prefix - The S3 prefix that is the destination for log delivery.
      • getPrefix

        public String getPrefix()

        The S3 prefix that is the destination for log delivery.

        Returns:
        The S3 prefix that is the destination for log delivery.
      • withPrefix

        public S3LogDeliveryDescription withPrefix(String prefix)

        The S3 prefix that is the destination for log delivery.

        Parameters:
        prefix - The S3 prefix that is the destination for log delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /