Interface ListStorageLensConfigurationEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListStorageLensConfigurationEntry.Builder,
,ListStorageLensConfigurationEntry> SdkBuilder<ListStorageLensConfigurationEntry.Builder,
,ListStorageLensConfigurationEntry> SdkPojo
- Enclosing class:
ListStorageLensConfigurationEntry
public static interface ListStorageLensConfigurationEntry.Builder
extends SdkPojo, CopyableBuilder<ListStorageLensConfigurationEntry.Builder,ListStorageLensConfigurationEntry>
-
Method Summary
Modifier and TypeMethodDescriptionhomeRegion
(String homeRegion) A container for the S3 Storage Lens home Region.A container for the S3 Storage Lens configuration ID.A container for whether the S3 Storage Lens configuration is enabled.storageLensArn
(String storageLensArn) The ARN of the S3 Storage Lens configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
A container for the S3 Storage Lens configuration ID.
- Parameters:
id
- A container for the S3 Storage Lens configuration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageLensArn
The ARN of the S3 Storage Lens configuration. This property is read-only.
- Parameters:
storageLensArn
- The ARN of the S3 Storage Lens configuration. This property is read-only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
isEnabled
A container for whether the S3 Storage Lens configuration is enabled. This property is required.
- Parameters:
isEnabled
- A container for whether the S3 Storage Lens configuration is enabled. This property is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-