Interface RegisterInstanceTagAttributeRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisterInstanceTagAttributeRequest.Builder,,RegisterInstanceTagAttributeRequest> SdkBuilder<RegisterInstanceTagAttributeRequest.Builder,,RegisterInstanceTagAttributeRequest> SdkPojo
- Enclosing class:
- RegisterInstanceTagAttributeRequest
@Mutable
@NotThreadSafe
public static interface RegisterInstanceTagAttributeRequest.Builder
extends SdkPojo, CopyableBuilder<RegisterInstanceTagAttributeRequest.Builder,RegisterInstanceTagAttributeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionincludeAllTagsOfInstance(Boolean includeAllTagsOfInstance) Indicates whether to register all tag keys in the current Region.instanceTagKeys(String... instanceTagKeys) The tag keys to register.instanceTagKeys(Collection<String> instanceTagKeys) The tag keys to register.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
RegisterInstanceTagAttributeRequest.Builder includeAllTagsOfInstance(Boolean includeAllTagsOfInstance) Indicates whether to register all tag keys in the current Region. Specify
trueto register all tag keys.- Parameters:
includeAllTagsOfInstance- Indicates whether to register all tag keys in the current Region. Specifytrueto register all tag keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTagKeys
The tag keys to register.
- Parameters:
instanceTagKeys- The tag keys to register.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTagKeys
The tag keys to register.
- Parameters:
instanceTagKeys- The tag keys to register.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-