Interface PutResourceSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutResourceSetRequest.Builder,PutResourceSetRequest>,FmsRequest.Builder,SdkBuilder<PutResourceSetRequest.Builder,PutResourceSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutResourceSetRequest
public static interface PutResourceSetRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutResourceSetRequest.Builder,PutResourceSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutResourceSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutResourceSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutResourceSetRequest.BuilderresourceSet(Consumer<ResourceSet.Builder> resourceSet)Details about the resource set to be created or updated.>PutResourceSetRequest.BuilderresourceSet(ResourceSet resourceSet)Details about the resource set to be created or updated.>PutResourceSetRequest.BuildertagList(Collection<Tag> tagList)Retrieves the tags associated with the specified resource set.PutResourceSetRequest.BuildertagList(Consumer<Tag.Builder>... tagList)Retrieves the tags associated with the specified resource set.PutResourceSetRequest.BuildertagList(Tag... tagList)Retrieves the tags associated with the specified resource set.-
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.fms.model.FmsRequest.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
-
resourceSet
PutResourceSetRequest.Builder resourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
- Parameters:
resourceSet- Details about the resource set to be created or updated.>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSet
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.Builderavoiding the need to create one manually viaResourceSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceSet(ResourceSet).- Parameters:
resourceSet- a consumer that will call methods onResourceSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resourceSet(ResourceSet)
-
tagList
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagList(List.) - Parameters:
tagList- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagList(java.util.Collection)
-
overrideConfiguration
PutResourceSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutResourceSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-