Interface ComponentInfo.Builder

    • 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.