Interface GetStorageLensGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetStorageLensGroupResponse.Builder,GetStorageLensGroupResponse>,S3ControlResponse.Builder,SdkBuilder<GetStorageLensGroupResponse.Builder,GetStorageLensGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetStorageLensGroupResponse
public static interface GetStorageLensGroupResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetStorageLensGroupResponse.Builder,GetStorageLensGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetStorageLensGroupResponse.BuilderstorageLensGroup(Consumer<StorageLensGroup.Builder> storageLensGroup)The name of the Storage Lens group that you're trying to retrieve the configuration details for.GetStorageLensGroupResponse.BuilderstorageLensGroup(StorageLensGroup storageLensGroup)The name of the Storage Lens group that you're trying to retrieve the configuration details for.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
storageLensGroup
GetStorageLensGroupResponse.Builder storageLensGroup(StorageLensGroup storageLensGroup)
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
- Parameters:
storageLensGroup- The name of the Storage Lens group that you're trying to retrieve the configuration details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageLensGroup
default GetStorageLensGroupResponse.Builder storageLensGroup(Consumer<StorageLensGroup.Builder> storageLensGroup)
The name of the Storage Lens group that you're trying to retrieve the configuration details for.
This is a convenience method that creates an instance of theStorageLensGroup.Builderavoiding the need to create one manually viaStorageLensGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostorageLensGroup(StorageLensGroup).- Parameters:
storageLensGroup- a consumer that will call methods onStorageLensGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
storageLensGroup(StorageLensGroup)
-
-