Interface PutStorageLensConfigurationTaggingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutStorageLensConfigurationTaggingRequest.Builder,PutStorageLensConfigurationTaggingRequest>,S3ControlRequest.Builder,SdkBuilder<PutStorageLensConfigurationTaggingRequest.Builder,PutStorageLensConfigurationTaggingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutStorageLensConfigurationTaggingRequest
public static interface PutStorageLensConfigurationTaggingRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<PutStorageLensConfigurationTaggingRequest.Builder,PutStorageLensConfigurationTaggingRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
configId
PutStorageLensConfigurationTaggingRequest.Builder configId(String configId)
The 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.
-
accountId
PutStorageLensConfigurationTaggingRequest.Builder accountId(String accountId)
The 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.
-
tags
PutStorageLensConfigurationTaggingRequest.Builder tags(Collection<StorageLensTag> tags)
The 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.
-
tags
PutStorageLensConfigurationTaggingRequest.Builder tags(StorageLensTag... tags)
The 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.
-
tags
PutStorageLensConfigurationTaggingRequest.Builder tags(Consumer<StorageLensTag.Builder>... tags)
The tag set of the S3 Storage Lens configuration.
This is a convenience method that creates an instance of theYou 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 to#tags(List.) - Parameters:
tags- a consumer that will call methods onStorageLensTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
PutStorageLensConfigurationTaggingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutStorageLensConfigurationTaggingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-