Class StreamingLoggingConfig

java.lang.Object
software.amazon.awssdk.services.cloudfront.model.StreamingLoggingConfig
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<StreamingLoggingConfig.Builder,StreamingLoggingConfig>

@Generated("software.amazon.awssdk:codegen") public final class StreamingLoggingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamingLoggingConfig.Builder,StreamingLoggingConfig>

A complex type that controls whether access logs are written for this streaming distribution.

See Also:
  • Method Details

    • enabled

      public final Boolean enabled()

      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.

      Returns:
      Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.
    • bucket

      public final String bucket()

      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.

      Returns:
      The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
    • prefix

      public final String prefix()

      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.

      Returns:
      An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty Prefix element in the Logging element.
    • toBuilder

      public StreamingLoggingConfig.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<StreamingLoggingConfig.Builder,StreamingLoggingConfig>
      Returns:
      a builder for type T
    • builder

      public static StreamingLoggingConfig.Builder builder()
    • serializableBuilderClass

      public static Class<? extends StreamingLoggingConfig.Builder> serializableBuilderClass()
    • hashCode

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

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

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.