Interface PutStorageLensConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<PutStorageLensConfigurationRequest.Builder,,- PutStorageLensConfigurationRequest> - S3ControlRequest.Builder,- SdkBuilder<PutStorageLensConfigurationRequest.Builder,,- PutStorageLensConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- PutStorageLensConfigurationRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe account ID of the requester.The ID of the S3 Storage Lens configuration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration) The S3 Storage Lens configuration.storageLensConfiguration(StorageLensConfiguration storageLensConfiguration) The S3 Storage Lens configuration.tags(Collection<StorageLensTag> tags) The tag set of the S3 Storage Lens configuration.tags(Consumer<StorageLensTag.Builder>... tags) The tag set of the S3 Storage Lens configuration.tags(StorageLensTag... tags) The tag set of the S3 Storage Lens configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
configIdThe ID of the S3 Storage Lens configuration. - Parameters:
- configId- The ID of the S3 Storage Lens configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountIdThe account ID of the requester. - Parameters:
- accountId- The account ID of the requester.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageLensConfigurationPutStorageLensConfigurationRequest.Builder storageLensConfiguration(StorageLensConfiguration storageLensConfiguration) The S3 Storage Lens configuration. - Parameters:
- storageLensConfiguration- The S3 Storage Lens configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageLensConfigurationdefault PutStorageLensConfigurationRequest.Builder storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration) The S3 Storage Lens configuration. 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:
 
- 
tagsThe tag set of the S3 Storage Lens configuration. You can set up to a maximum of 50 tags. - Parameters:
- tags- The tag set of the S3 Storage Lens configuration.- You can set up to a maximum of 50 tags. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tag set of the S3 Storage Lens configuration. You can set up to a maximum of 50 tags. - Parameters:
- tags- The tag set of the S3 Storage Lens configuration.- You can set up to a maximum of 50 tags. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tag set of the S3 Storage Lens configuration. You can set up to a maximum of 50 tags. StorageLensTag.Builderavoiding the need to create one manually viaStorageLensTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<StorageLensTag>).- Parameters:
- tags- a consumer that will call methods on- StorageLensTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationPutStorageLensConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationPutStorageLensConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-