Class AnalyticsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.AnalyticsConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AnalyticsConfiguration.Builder,AnalyticsConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class AnalyticsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyticsConfiguration.Builder,AnalyticsConfiguration>
Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AnalyticsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyticsConfiguration.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
AnalyticsFilter
filter()
The filter used to describe a set of objects for analyses.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
id()
The ID that identifies the analytics configuration.List<SdkField<?>>
sdkFields()
static Class<? extends AnalyticsConfiguration.Builder>
serializableBuilderClass()
StorageClassAnalysis
storageClassAnalysis()
Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.AnalyticsConfiguration.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The ID that identifies the analytics configuration.
- Returns:
- The ID that identifies the analytics configuration.
-
filter
public final AnalyticsFilter filter()
The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.
- Returns:
- The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.
-
storageClassAnalysis
public final StorageClassAnalysis storageClassAnalysis()
Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
- Returns:
- Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
-
toBuilder
public AnalyticsConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AnalyticsConfiguration.Builder,AnalyticsConfiguration>
-
builder
public static AnalyticsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalyticsConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
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.
-
-