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