Interface GetStorageLensConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetStorageLensConfigurationResponse.Builder,,- GetStorageLensConfigurationResponse> - S3ControlResponse.Builder,- SdkBuilder<GetStorageLensConfigurationResponse.Builder,,- GetStorageLensConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetStorageLensConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetStorageLensConfigurationResponse.Builder
extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetStorageLensConfigurationResponse.Builder,GetStorageLensConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionstorageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration) The S3 Storage Lens configuration requested.storageLensConfiguration(StorageLensConfiguration storageLensConfiguration) The S3 Storage Lens configuration requested.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
storageLensConfigurationGetStorageLensConfigurationResponse.Builder storageLensConfiguration(StorageLensConfiguration storageLensConfiguration) The S3 Storage Lens configuration requested. - Parameters:
- storageLensConfiguration- The S3 Storage Lens configuration requested.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageLensConfigurationdefault GetStorageLensConfigurationResponse.Builder storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration) The S3 Storage Lens configuration requested. This is a convenience method that creates an instance of theStorageLensConfiguration.Builderavoiding the need to create one manually viaStorageLensConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostorageLensConfiguration(StorageLensConfiguration).- Parameters:
- storageLensConfiguration- a consumer that will call methods on- StorageLensConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-