Interface ComponentInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComponentInfo.Builder,
,ComponentInfo> SdkBuilder<ComponentInfo.Builder,
,ComponentInfo> SdkPojo
- Enclosing class:
ComponentInfo
@Mutable
@NotThreadSafe
public static interface ComponentInfo.Builder
extends SdkPojo, CopyableBuilder<ComponentInfo.Builder,ComponentInfo>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentType
(String componentType) This string is the type of the component.componentType
(ComponentType componentType) This string is the type of the component.ec2InstanceId
(String ec2InstanceId) This is the Amazon EC2 instance on which your SAP component is running.This string is the SAP System ID 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
-
componentType
This string is the type of the component.
Accepted value is
WD
.- Parameters:
componentType
- This string is the type of the component.Accepted value is
WD
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
componentType
This string is the type of the component.
Accepted value is
WD
.- Parameters:
componentType
- This string is the type of the component.Accepted value is
WD
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sid
This string is the SAP System ID of the component.
Accepted values are alphanumeric.
- Parameters:
sid
- This string is the SAP System ID of the component.Accepted values are alphanumeric.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2InstanceId
This is the Amazon EC2 instance on which your SAP component is running.
Accepted values are alphanumeric.
- Parameters:
ec2InstanceId
- This is the Amazon EC2 instance on which your SAP component is running.Accepted values are alphanumeric.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-