public static interface ListStorageLensConfigurationEntry.Builder extends SdkPojo, CopyableBuilder<ListStorageLensConfigurationEntry.Builder,ListStorageLensConfigurationEntry>
| Modifier and Type | Method and Description |
|---|---|
ListStorageLensConfigurationEntry.Builder |
homeRegion(String homeRegion)
A container for the S3 Storage Lens home Region.
|
ListStorageLensConfigurationEntry.Builder |
id(String id)
A container for the S3 Storage Lens configuration ID.
|
ListStorageLensConfigurationEntry.Builder |
isEnabled(Boolean isEnabled)
A container for whether the S3 Storage Lens configuration is enabled.
|
ListStorageLensConfigurationEntry.Builder |
storageLensArn(String storageLensArn)
The ARN of the S3 Storage Lens configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListStorageLensConfigurationEntry.Builder id(String id)
A container for the S3 Storage Lens configuration ID.
id - A container for the S3 Storage Lens configuration ID.ListStorageLensConfigurationEntry.Builder storageLensArn(String storageLensArn)
The ARN of the S3 Storage Lens configuration. This property is read-only.
storageLensArn - The ARN of the S3 Storage Lens configuration. This property is read-only.ListStorageLensConfigurationEntry.Builder homeRegion(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.
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.ListStorageLensConfigurationEntry.Builder isEnabled(Boolean isEnabled)
A container for whether the S3 Storage Lens configuration is enabled. This property is required.
isEnabled - A container for whether the S3 Storage Lens configuration is enabled. This property is required.Copyright © 2023. All rights reserved.