Interface ComponentSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComponentSummary.Builder,
,ComponentSummary> SdkBuilder<ComponentSummary.Builder,
,ComponentSummary> SdkPojo
- Enclosing class:
ComponentSummary
@Mutable
@NotThreadSafe
public static interface ComponentSummary.Builder
extends SdkPojo, CopyableBuilder<ComponentSummary.Builder,ComponentSummary>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application.The Amazon Resource Name (ARN) of the component summary.componentId
(String componentId) The ID of the component.componentType
(String componentType) The type of the component.componentType
(ComponentType componentType) The type of the component.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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:
-
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
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.
-