public static interface PutResourceSetRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutResourceSetRequest.Builder,PutResourceSetRequest>
| Modifier and Type | Method and Description |
|---|---|
PutResourceSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutResourceSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default PutResourceSetRequest.Builder |
resourceSet(Consumer<ResourceSet.Builder> resourceSet)
Details about the resource set to be created or updated.>
|
PutResourceSetRequest.Builder |
resourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
|
PutResourceSetRequest.Builder |
tagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set.
|
PutResourceSetRequest.Builder |
tagList(Consumer<Tag.Builder>... tagList)
Retrieves the tags associated with the specified resource set.
|
PutResourceSetRequest.Builder |
tagList(Tag... tagList)
Retrieves the tags associated with the specified resource set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutResourceSetRequest.Builder resourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
resourceSet - Details about the resource set to be created or updated.>default PutResourceSetRequest.Builder resourceSet(Consumer<ResourceSet.Builder> resourceSet)
Details about the resource set to be created or updated.>
This is a convenience method that creates an instance of theResourceSet.Builder avoiding the need to
create one manually via ResourceSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to resourceSet(ResourceSet).
resourceSet - a consumer that will call methods on ResourceSet.BuilderresourceSet(ResourceSet)PutResourceSetRequest.Builder tagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
tagList - Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can
use to categorize and manage your resources, for purposes like billing. For example, you might set the
tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to
add to each Amazon Web Services resource, up to 50 tags for a resource.PutResourceSetRequest.Builder tagList(Tag... tagList)
Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
tagList - Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can
use to categorize and manage your resources, for purposes like billing. For example, you might set the
tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to
add to each Amazon Web Services resource, up to 50 tags for a resource.PutResourceSetRequest.Builder tagList(Consumer<Tag.Builder>... tagList)
Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tagList(List.
tagList - a consumer that will call methods on Tag.Builder#tagList(java.util.Collection) PutResourceSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutResourceSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.