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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
configArnARN of a Config.- Parameters:
- configArn- ARN of a- Config.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
configIdUUID of a Config.- Parameters:
- configId- UUID of a- Config.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
configTypeType of a Config.- Parameters:
- configType- Type of a- Config.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
configTypeType of a Config.- Parameters:
- configType- Type of a- Config.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameName of a Config.- Parameters:
- name- Name of a- Config.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-