Interface ListStorageLensGroupEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListStorageLensGroupEntry.Builder,
,ListStorageLensGroupEntry> SdkBuilder<ListStorageLensGroupEntry.Builder,
,ListStorageLensGroupEntry> SdkPojo
- Enclosing class:
ListStorageLensGroupEntry
public static interface ListStorageLensGroupEntry.Builder
extends SdkPojo, CopyableBuilder<ListStorageLensGroupEntry.Builder,ListStorageLensGroupEntry>
-
Method Summary
Modifier and TypeMethodDescriptionhomeRegion
(String homeRegion) Contains the Amazon Web Services Region where the Storage Lens group was created.Contains the name of the Storage Lens group that exists in the specified home Region.storageLensGroupArn
(String storageLensGroupArn) Contains the Amazon Resource Name (ARN) of the Storage Lens group.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
-
name
Contains the name of the Storage Lens group that exists in the specified home Region.
- Parameters:
name
- Contains the name of the Storage Lens group that exists in the specified home Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageLensGroupArn
Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
- Parameters:
storageLensGroupArn
- Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
homeRegion
Contains the Amazon Web Services Region where the Storage Lens group was created.
- Parameters:
homeRegion
- Contains the Amazon Web Services Region where the Storage Lens group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-