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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStorageLensGroupEntry.BuilderhomeRegion(String homeRegion)Contains the Amazon Web Services Region where the Storage Lens group was created.ListStorageLensGroupEntry.Buildername(String name)Contains the name of the Storage Lens group that exists in the specified home Region.ListStorageLensGroupEntry.BuilderstorageLensGroupArn(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 Detail
-
name
ListStorageLensGroupEntry.Builder name(String 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
ListStorageLensGroupEntry.Builder storageLensGroupArn(String 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
ListStorageLensGroupEntry.Builder homeRegion(String 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.
-
-