Interface GetStorageLensConfigurationTaggingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetStorageLensConfigurationTaggingResponse.Builder,GetStorageLensConfigurationTaggingResponse>,S3ControlResponse.Builder,SdkBuilder<GetStorageLensConfigurationTaggingResponse.Builder,GetStorageLensConfigurationTaggingResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetStorageLensConfigurationTaggingResponse
public static interface GetStorageLensConfigurationTaggingResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetStorageLensConfigurationTaggingResponse.Builder,GetStorageLensConfigurationTaggingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetStorageLensConfigurationTaggingResponse.Buildertags(Collection<StorageLensTag> tags)The tags of S3 Storage Lens configuration requested.GetStorageLensConfigurationTaggingResponse.Buildertags(Consumer<StorageLensTag.Builder>... tags)The tags of S3 Storage Lens configuration requested.GetStorageLensConfigurationTaggingResponse.Buildertags(StorageLensTag... tags)The tags of S3 Storage Lens configuration requested.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tags
GetStorageLensConfigurationTaggingResponse.Builder tags(Collection<StorageLensTag> tags)
The tags of S3 Storage Lens configuration requested.
- Parameters:
tags- The tags of S3 Storage Lens configuration requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetStorageLensConfigurationTaggingResponse.Builder tags(StorageLensTag... tags)
The tags of S3 Storage Lens configuration requested.
- Parameters:
tags- The tags of S3 Storage Lens configuration requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetStorageLensConfigurationTaggingResponse.Builder tags(Consumer<StorageLensTag.Builder>... tags)
The tags of S3 Storage Lens configuration requested.
This is a convenience method that creates an instance of theStorageLensTag.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)
-
-