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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigListItem.BuilderconfigArn(String configArn)ARN of aConfig.ConfigListItem.BuilderconfigId(String configId)UUID of aConfig.ConfigListItem.BuilderconfigType(String configType)Type of aConfig.ConfigListItem.BuilderconfigType(ConfigCapabilityType configType)Type of aConfig.ConfigListItem.Buildername(String name)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 Detail
-
configArn
ConfigListItem.Builder configArn(String 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
ConfigListItem.Builder configId(String 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
ConfigListItem.Builder configType(String 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:
ConfigCapabilityType,ConfigCapabilityType
-
configType
ConfigListItem.Builder configType(ConfigCapabilityType 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:
ConfigCapabilityType,ConfigCapabilityType
-
name
ConfigListItem.Builder name(String 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.
-
-