CopyableBuilder<Tag.Builder,Tag>, SdkBuilder<Tag.Builder,Tag>public static interface Tag.Builder extends CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method | Description |
|---|---|---|
Tag.Builder |
key(String key) |
The key name of a tag defined by a user.
|
Tag.Builder |
value(String value) |
The optional value portion of a tag defined by a user.
|
copyapply, buildTag.Builder key(String key)
The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.
key - The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.Tag.Builder value(String value)
The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.
value - The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.