Interface PutStorageLensConfigurationTaggingRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<PutStorageLensConfigurationTaggingRequest.Builder,,- PutStorageLensConfigurationTaggingRequest> - S3ControlRequest.Builder,- SdkBuilder<PutStorageLensConfigurationTaggingRequest.Builder,,- PutStorageLensConfigurationTaggingRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- PutStorageLensConfigurationTaggingRequest
@Mutable
@NotThreadSafe
public static interface PutStorageLensConfigurationTaggingRequest.Builder
extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<PutStorageLensConfigurationTaggingRequest.Builder,PutStorageLensConfigurationTaggingRequest> 
- 
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.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.
 
- 
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:
 
- 
overrideConfigurationPutStorageLensConfigurationTaggingRequest.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.
 
- 
overrideConfigurationPutStorageLensConfigurationTaggingRequest.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.
 
 
-