Uses of Interface
software.amazon.awssdk.services.s3control.model.ListStorageLensConfigurationEntry.Builder
-
Packages that use ListStorageLensConfigurationEntry.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of ListStorageLensConfigurationEntry.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ListStorageLensConfigurationEntry.Builder Modifier and Type Method Description static ListStorageLensConfigurationEntry.BuilderListStorageLensConfigurationEntry. builder()ListStorageLensConfigurationEntry.BuilderListStorageLensConfigurationEntry.Builder. homeRegion(String homeRegion)A container for the S3 Storage Lens home Region.ListStorageLensConfigurationEntry.BuilderListStorageLensConfigurationEntry.Builder. id(String id)A container for the S3 Storage Lens configuration ID.ListStorageLensConfigurationEntry.BuilderListStorageLensConfigurationEntry.Builder. isEnabled(Boolean isEnabled)A container for whether the S3 Storage Lens configuration is enabled.ListStorageLensConfigurationEntry.BuilderListStorageLensConfigurationEntry.Builder. storageLensArn(String storageLensArn)The ARN of the S3 Storage Lens configuration.ListStorageLensConfigurationEntry.BuilderListStorageLensConfigurationEntry. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListStorageLensConfigurationEntry.Builder Modifier and Type Method Description static Class<? extends ListStorageLensConfigurationEntry.Builder>ListStorageLensConfigurationEntry. serializableBuilderClass()
-