Interface CreateTagsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTagsRequest.Builder,,CreateTagsRequest> Ec2Request.Builder,SdkBuilder<CreateTagsRequest.Builder,,CreateTagsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTagsRequest
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether you have the required permissions for the action, without actually making the request, and provides an error response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The IDs of the resources, separated by spaces.resources(Collection<String> resources) The IDs of the resources, separated by spaces.tags(Collection<Tag> tags) The tags.tags(Consumer<Tag.Builder>... tags) The tags.The tags.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
The IDs of the resources, separated by spaces.
Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
- Parameters:
resources- The IDs of the resources, separated by spaces.Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
The IDs of the resources, separated by spaces.
Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
- Parameters:
resources- The IDs of the resources, separated by spaces.Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags. The
valueparameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.- Parameters:
tags- The tags. Thevalueparameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags. The
valueparameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.- Parameters:
tags- The tags. Thevalueparameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags. The
This is a convenience method that creates an instance of thevalueparameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- 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:
-
overrideConfiguration
CreateTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-