Interface ComponentInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComponentInfo.Builder,ComponentInfo>,SdkBuilder<ComponentInfo.Builder,ComponentInfo>,SdkPojo
- Enclosing class:
- ComponentInfo
public static interface ComponentInfo.Builder extends SdkPojo, CopyableBuilder<ComponentInfo.Builder,ComponentInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentInfo.BuildercomponentType(String componentType)This string is the type of the component.ComponentInfo.BuildercomponentType(ComponentType componentType)This string is the type of the component.ComponentInfo.Builderec2InstanceId(String ec2InstanceId)This is the Amazon EC2 instance on which your SAP component is running.ComponentInfo.Buildersid(String sid)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 Detail
-
componentType
ComponentInfo.Builder componentType(String 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,ComponentType
-
componentType
ComponentInfo.Builder componentType(ComponentType 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,ComponentType
-
sid
ComponentInfo.Builder sid(String 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
ComponentInfo.Builder ec2InstanceId(String 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.
-
-