Interface RemoveTagsFromOnPremisesInstancesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>,SdkBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveTagsFromOnPremisesInstancesRequest
public static interface RemoveTagsFromOnPremisesInstancesRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tags
RemoveTagsFromOnPremisesInstancesRequest.Builder tags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
- Parameters:
tags- The tag key-value pairs to remove from the on-premises instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
RemoveTagsFromOnPremisesInstancesRequest.Builder tags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
- Parameters:
tags- The tag key-value pairs to remove from the on-premises instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
RemoveTagsFromOnPremisesInstancesRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tag key-value pairs to remove from the on-premises instances.
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#tags(List.) - 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:
#tags(java.util.Collection)
-
instanceNames
RemoveTagsFromOnPremisesInstancesRequest.Builder instanceNames(Collection<String> instanceNames)
The names of the on-premises instances from which to remove tags.
- Parameters:
instanceNames- The names of the on-premises instances from which to remove tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceNames
RemoveTagsFromOnPremisesInstancesRequest.Builder instanceNames(String... instanceNames)
The names of the on-premises instances from which to remove tags.
- Parameters:
instanceNames- The names of the on-premises instances from which to remove tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveTagsFromOnPremisesInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveTagsFromOnPremisesInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-