Uses of Interface
software.amazon.awssdk.services.s3control.model.StorageLensGroup.Builder
-
Packages that use StorageLensGroup.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of StorageLensGroup.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return StorageLensGroup.Builder Modifier and Type Method Description static StorageLensGroup.BuilderStorageLensGroup. builder()default StorageLensGroup.BuilderStorageLensGroup.Builder. filter(Consumer<StorageLensGroupFilter.Builder> filter)Sets the criteria for the Storage Lens group data that is displayed.StorageLensGroup.BuilderStorageLensGroup.Builder. filter(StorageLensGroupFilter filter)Sets the criteria for the Storage Lens group data that is displayed.StorageLensGroup.BuilderStorageLensGroup.Builder. name(String name)Contains the name of the Storage Lens group.StorageLensGroup.BuilderStorageLensGroup.Builder. storageLensGroupArn(String storageLensGroupArn)Contains the Amazon Resource Name (ARN) of the Storage Lens group.StorageLensGroup.BuilderStorageLensGroup. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type StorageLensGroup.Builder Modifier and Type Method Description static Class<? extends StorageLensGroup.Builder>StorageLensGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type StorageLensGroup.Builder Modifier and Type Method Description default CreateStorageLensGroupRequest.BuilderCreateStorageLensGroupRequest.Builder. storageLensGroup(Consumer<StorageLensGroup.Builder> storageLensGroup)The Storage Lens group configuration.default GetStorageLensGroupResponse.BuilderGetStorageLensGroupResponse.Builder. storageLensGroup(Consumer<StorageLensGroup.Builder> storageLensGroup)The name of the Storage Lens group that you're trying to retrieve the configuration details for.default UpdateStorageLensGroupRequest.BuilderUpdateStorageLensGroupRequest.Builder. storageLensGroup(Consumer<StorageLensGroup.Builder> storageLensGroup)The JSON file that contains the Storage Lens group configuration.
-