public static interface ResourceAttribute.Builder extends CopyableBuilder<ResourceAttribute.Builder,ResourceAttribute>
| Modifier and Type | Method and Description |
|---|---|
ResourceAttribute.Builder |
type(ResourceAttributeType type)
Type of resource.
|
ResourceAttribute.Builder |
type(String type)
Type of resource.
|
ResourceAttribute.Builder |
value(String value)
Value of the resource type.
|
copyapply, buildResourceAttribute.Builder type(String type)
Type of resource.
type - Type of resource.ResourceAttributeType,
ResourceAttributeTypeResourceAttribute.Builder type(ResourceAttributeType type)
Type of resource.
type - Type of resource.ResourceAttributeType,
ResourceAttributeTypeResourceAttribute.Builder value(String value)
Value of the resource type.
value - Value of the resource type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.