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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
appIdThe 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.
 
- 
environmentNameThe 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.
 
- 
idThe 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.
 
- 
nameThe 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.
 
- 
componentTypeThe component type. - Parameters:
- componentType- The component type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-