public static interface Attribute.Builder extends SdkPojo, CopyableBuilder<Attribute.Builder,Attribute>
| Modifier and Type | Method and Description |
|---|---|
Attribute.Builder |
name(String name)
The name of the attribute.
|
Attribute.Builder |
targetId(String targetId)
The ID of the target.
|
Attribute.Builder |
targetType(String targetType)
The type of the target with which to attach the attribute.
|
Attribute.Builder |
targetType(TargetType targetType)
The type of the target with which to attach the attribute.
|
Attribute.Builder |
value(String value)
The value of the attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttribute.Builder name(String name)
The name of the attribute. The name must contain between 1 and 128 characters and name may
contain letters (uppercase and lowercase), numbers, hyphens, underscores, forward slashes, back slashes, or
periods.
name - The name of the attribute. The name must contain between 1 and 128 characters and name
may contain letters (uppercase and lowercase), numbers, hyphens, underscores, forward slashes, back
slashes, or periods.Attribute.Builder value(String value)
The value of the attribute. The value must contain between 1 and 128 characters and may contain
letters (uppercase and lowercase), numbers, hyphens, underscores, periods, at signs (@), forward slashes,
back slashes, colons, or spaces. The value cannot contain any leading or trailing whitespace.
value - The value of the attribute. The value must contain between 1 and 128 characters and may
contain letters (uppercase and lowercase), numbers, hyphens, underscores, periods, at signs (@),
forward slashes, back slashes, colons, or spaces. The value cannot contain any leading or trailing
whitespace.Attribute.Builder targetType(String targetType)
The type of the target with which to attach the attribute. This parameter is required if you use the short form ID for a resource instead of the full ARN.
targetType - The type of the target with which to attach the attribute. This parameter is required if you use the
short form ID for a resource instead of the full ARN.TargetType,
TargetTypeAttribute.Builder targetType(TargetType targetType)
The type of the target with which to attach the attribute. This parameter is required if you use the short form ID for a resource instead of the full ARN.
targetType - The type of the target with which to attach the attribute. This parameter is required if you use the
short form ID for a resource instead of the full ARN.TargetType,
TargetTypeAttribute.Builder targetId(String targetId)
The ID of the target. You can specify the short form ID for a resource or the full Amazon Resource Name (ARN).
targetId - The ID of the target. You can specify the short form ID for a resource or the full Amazon Resource
Name (ARN).Copyright © 2021. All rights reserved.