Class S3LogDestinationParameters

    • Method Detail

      • bucketName

        public final String bucketName()

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

        Returns:
        Specifies the name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
      • bucketOwner

        public final String bucketOwner()

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

        Returns:
        Specifies the Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
      • prefix

        public final String prefix()

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

        You can use prefixes to organize the data that you store in Amazon S3 buckets. A prefix is a string of characters at the beginning of the object key name. A prefix can be any length, subject to the maximum length of the object key name (1,024 bytes). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.

        Returns:
        Specifies any prefix text with which to begin Amazon S3 log object names.

        You can use prefixes to organize the data that you store in Amazon S3 buckets. A prefix is a string of characters at the beginning of the object key name. A prefix can be any length, subject to the maximum length of the object key name (1,024 bytes). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)