CopyableBuilder<ConfigurationTag.Builder,ConfigurationTag>
, SdkBuilder<ConfigurationTag.Builder,ConfigurationTag>
public static interface ConfigurationTag.Builder extends CopyableBuilder<ConfigurationTag.Builder,ConfigurationTag>
Modifier and Type | Method | Description |
---|---|---|
ConfigurationTag.Builder |
configurationId(String configurationId) |
The configuration ID for the item to tag.
|
ConfigurationTag.Builder |
configurationType(String configurationType) |
A type of IT asset to tag.
|
ConfigurationTag.Builder |
configurationType(ConfigurationItemType configurationType) |
A type of IT asset to tag.
|
ConfigurationTag.Builder |
key(String key) |
A type of tag on which to filter.
|
ConfigurationTag.Builder |
timeOfCreation(Date timeOfCreation) |
The time the configuration tag was created in Coordinated Universal Time (UTC).
|
ConfigurationTag.Builder |
value(String value) |
A value on which to filter.
|
copy
apply, build
ConfigurationTag.Builder configurationType(String configurationType)
A type of IT asset to tag.
configurationType
- A type of IT asset to tag.ConfigurationItemType
ConfigurationTag.Builder configurationType(ConfigurationItemType configurationType)
A type of IT asset to tag.
configurationType
- A type of IT asset to tag.ConfigurationItemType
ConfigurationTag.Builder configurationId(String configurationId)
The configuration ID for the item to tag. You can specify a list of keys and values.
configurationId
- The configuration ID for the item to tag. You can specify a list of keys and values.ConfigurationTag.Builder key(String key)
A type of tag on which to filter. For example, serverType.
key
- A type of tag on which to filter. For example, serverType.ConfigurationTag.Builder value(String value)
A value on which to filter. For example key = serverType and value = web server.
value
- A value on which to filter. For example key = serverType and value = web server.ConfigurationTag.Builder timeOfCreation(Date timeOfCreation)
The time the configuration tag was created in Coordinated Universal Time (UTC).
timeOfCreation
- The time the configuration tag was created in Coordinated Universal Time (UTC).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.