Interface ComponentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComponentSummary.Builder,ComponentSummary>,SdkBuilder<ComponentSummary.Builder,ComponentSummary>,SdkPojo
- Enclosing class:
- ComponentSummary
public static interface ComponentSummary.Builder extends SdkPojo, CopyableBuilder<ComponentSummary.Builder,ComponentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentSummary.BuilderapplicationId(String applicationId)The ID of the application.ComponentSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the component summary.ComponentSummary.BuildercomponentId(String componentId)The ID of the component.ComponentSummary.BuildercomponentType(String componentType)The type of the component.ComponentSummary.BuildercomponentType(ComponentType componentType)The type of the component.ComponentSummary.Buildertags(Map<String,String> tags)The tags of the component.-
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
-
applicationId
ComponentSummary.Builder applicationId(String applicationId)
The ID of the application.
- Parameters:
applicationId- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentId
ComponentSummary.Builder componentId(String componentId)
The ID of the component.
- Parameters:
componentId- The ID of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentType
ComponentSummary.Builder componentType(String componentType)
The type of the component.
- Parameters:
componentType- The type of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComponentType,ComponentType
-
componentType
ComponentSummary.Builder componentType(ComponentType componentType)
The type of the component.
- Parameters:
componentType- The type of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComponentType,ComponentType
-
tags
ComponentSummary.Builder tags(Map<String,String> tags)
The tags of the component.
- Parameters:
tags- The tags of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ComponentSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the component summary.
- Parameters:
arn- The Amazon Resource Name (ARN) of the component summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-