Interface GetCloudConnectorResponse.Builder

  • Method Details

    • name

      The display name of the C2C connector.

      Parameters:
      name - The display name of the C2C connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointConfig

      GetCloudConnectorResponse.Builder endpointConfig(EndpointConfig endpointConfig)

      The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.

      Parameters:
      endpointConfig - The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointConfig

      default GetCloudConnectorResponse.Builder endpointConfig(Consumer<EndpointConfig.Builder> endpointConfig)

      The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.

      This is a convenience method that creates an instance of the EndpointConfig.Builder avoiding the need to create one manually via EndpointConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to endpointConfig(EndpointConfig).

      Parameters:
      endpointConfig - a consumer that will call methods on EndpointConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      GetCloudConnectorResponse.Builder description(String description)

      A description of the C2C connector.

      Parameters:
      description - A description of the C2C connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointType

      GetCloudConnectorResponse.Builder endpointType(String endpointType)

      The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.

      Parameters:
      endpointType - The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • endpointType

      GetCloudConnectorResponse.Builder endpointType(EndpointType endpointType)

      The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.

      Parameters:
      endpointType - The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • id

      The unique identifier of the cloud connector.

      Parameters:
      id - The unique identifier of the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of cloud connector created.

      Parameters:
      type - The type of cloud connector created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of cloud connector created.

      Parameters:
      type - The type of cloud connector created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: