Interface DeregisterInstanceTagAttributeRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeregisterInstanceTagAttributeRequest.Builder,,DeregisterInstanceTagAttributeRequest> SdkBuilder<DeregisterInstanceTagAttributeRequest.Builder,,DeregisterInstanceTagAttributeRequest> SdkPojo
- Enclosing class:
- DeregisterInstanceTagAttributeRequest
@Mutable
@NotThreadSafe
public static interface DeregisterInstanceTagAttributeRequest.Builder
extends SdkPojo, CopyableBuilder<DeregisterInstanceTagAttributeRequest.Builder,DeregisterInstanceTagAttributeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionincludeAllTagsOfInstance(Boolean includeAllTagsOfInstance) Indicates whether to deregister all tag keys in the current Region.instanceTagKeys(String... instanceTagKeys) Information about the tag keys to deregister.instanceTagKeys(Collection<String> instanceTagKeys) Information about the tag keys to deregister.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
includeAllTagsOfInstance
DeregisterInstanceTagAttributeRequest.Builder includeAllTagsOfInstance(Boolean includeAllTagsOfInstance) Indicates whether to deregister all tag keys in the current Region. Specify
falseto deregister all tag keys.- Parameters:
includeAllTagsOfInstance- Indicates whether to deregister all tag keys in the current Region. Specifyfalseto deregister all tag keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTagKeys
Information about the tag keys to deregister.
- Parameters:
instanceTagKeys- Information about the tag keys to deregister.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTagKeys
Information about the tag keys to deregister.
- Parameters:
instanceTagKeys- Information about the tag keys to deregister.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-