Class ListStorageLensConfigurationEntry
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.ListStorageLensConfigurationEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListStorageLensConfigurationEntry.Builder,ListStorageLensConfigurationEntry>
@Generated("software.amazon.awssdk:codegen") public final class ListStorageLensConfigurationEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListStorageLensConfigurationEntry.Builder,ListStorageLensConfigurationEntry>
Part of
ListStorageLensConfigurationResult. Each entry includes the description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its Amazon Resource Name (ARN), and config ID.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListStorageLensConfigurationEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListStorageLensConfigurationEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhomeRegion()A container for the S3 Storage Lens home Region.Stringid()A container for the S3 Storage Lens configuration ID.BooleanisEnabled()A container for whether the S3 Storage Lens configuration is enabled.List<SdkField<?>>sdkFields()static Class<? extends ListStorageLensConfigurationEntry.Builder>serializableBuilderClass()StringstorageLensArn()The ARN of the S3 Storage Lens configuration.ListStorageLensConfigurationEntry.BuildertoBuilder()StringtoString()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()
A container for the S3 Storage Lens configuration ID.
- Returns:
- A container for the S3 Storage Lens configuration ID.
-
storageLensArn
public final String storageLensArn()
The ARN of the S3 Storage Lens configuration. This property is read-only.
- Returns:
- The ARN of the S3 Storage Lens configuration. This property is read-only.
-
homeRegion
public final String homeRegion()
A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.
- Returns:
- A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.
-
isEnabled
public final Boolean isEnabled()
A container for whether the S3 Storage Lens configuration is enabled. This property is required.
- Returns:
- A container for whether the S3 Storage Lens configuration is enabled. This property is required.
-
toBuilder
public ListStorageLensConfigurationEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListStorageLensConfigurationEntry.Builder,ListStorageLensConfigurationEntry>
-
builder
public static ListStorageLensConfigurationEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListStorageLensConfigurationEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-