Interface GroupingAppComponent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupingAppComponent.Builder,
,GroupingAppComponent> SdkBuilder<GroupingAppComponent.Builder,
,GroupingAppComponent> SdkPojo
- Enclosing class:
GroupingAppComponent
@Mutable
@NotThreadSafe
public static interface GroupingAppComponent.Builder
extends SdkPojo, CopyableBuilder<GroupingAppComponent.Builder,GroupingAppComponent>
-
Method Summary
Modifier and TypeMethodDescriptionappComponentId
(String appComponentId) Indicates the identifier of an AppComponent.appComponentName
(String appComponentName) Indicates the name of an AppComponent.appComponentType
(String appComponentType) Indicates the type of an AppComponent.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
-
appComponentId
Indicates the identifier of an AppComponent.
- Parameters:
appComponentId
- Indicates the identifier of an AppComponent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appComponentName
Indicates the name of an AppComponent.
- Parameters:
appComponentName
- Indicates the name of an AppComponent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appComponentType
Indicates the type of an AppComponent.
- Parameters:
appComponentType
- Indicates the type of an AppComponent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-