Interface ConfigListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigListItem.Builder,
,ConfigListItem> SdkBuilder<ConfigListItem.Builder,
,ConfigListItem> SdkPojo
- Enclosing class:
ConfigListItem
public static interface ConfigListItem.Builder
extends SdkPojo, CopyableBuilder<ConfigListItem.Builder,ConfigListItem>
-
Method Summary
Modifier and TypeMethodDescriptionARN of aConfig
.UUID of aConfig
.configType
(String configType) Type of aConfig
.configType
(ConfigCapabilityType configType) Type of aConfig
.Name of aConfig
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
configArn
ARN of a
Config
.- Parameters:
configArn
- ARN of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configId
UUID of a
Config
.- Parameters:
configId
- UUID of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configType
Type of a
Config
.- Parameters:
configType
- Type of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configType
Type of a
Config
.- Parameters:
configType
- Type of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Name of a
Config
.- Parameters:
name
- Name of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-