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 TypeMethodDescriptionThe unique ID of the Amplify app associated with the component.componentType
(String componentType) The component type.environmentName
(String environmentName) The name of the backend environment that is a part of the Amplify app.The unique ID of the component.The name 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
-
appId
The unique ID of the Amplify app associated with the component.
- Parameters:
appId
- The unique ID of the Amplify app associated with the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
The name of the backend environment that is a part of the Amplify app.
- Parameters:
environmentName
- The name of the backend environment that is a part of the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique ID of the component.
- Parameters:
id
- The unique ID of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the component.
- Parameters:
name
- The name of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentType
The component type.
- Parameters:
componentType
- The component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-