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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeregisterInstanceTagAttributeRequest.BuilderincludeAllTagsOfInstance(Boolean includeAllTagsOfInstance)Indicates whether to deregister all tag keys in the current Region.DeregisterInstanceTagAttributeRequest.BuilderinstanceTagKeys(String... instanceTagKeys)Information about the tag keys to deregister.DeregisterInstanceTagAttributeRequest.BuilderinstanceTagKeys(Collection<String> instanceTagKeys)Information about the tag keys to deregister.-
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
-
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
DeregisterInstanceTagAttributeRequest.Builder instanceTagKeys(Collection<String> 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
DeregisterInstanceTagAttributeRequest.Builder instanceTagKeys(String... 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.
-
-