Interface GetLicenseEndpointResponse.Builder

  • Method Details

    • licenseEndpointId

      GetLicenseEndpointResponse.Builder licenseEndpointId(String licenseEndpointId)

      The license endpoint ID.

      Parameters:
      licenseEndpointId - The license endpoint ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the license endpoint.

      Parameters:
      status - The status of the license endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the license endpoint.

      Parameters:
      status - The status of the license endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      GetLicenseEndpointResponse.Builder statusMessage(String statusMessage)

      The status message of the license endpoint.

      Parameters:
      statusMessage - The status message of the license endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The VCP(virtual private cloud) ID associated with the license endpoint.

      Parameters:
      vpcId - The VCP(virtual private cloud) ID associated with the license endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsName

      The DNS name.

      Parameters:
      dnsName - The DNS name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      The subnet IDs.

      Parameters:
      subnetIds - The subnet IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      GetLicenseEndpointResponse.Builder subnetIds(String... subnetIds)

      The subnet IDs.

      Parameters:
      subnetIds - The subnet IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      GetLicenseEndpointResponse.Builder securityGroupIds(Collection<String> securityGroupIds)

      The security group IDs for the license endpoint.

      Parameters:
      securityGroupIds - The security group IDs for the license endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      GetLicenseEndpointResponse.Builder securityGroupIds(String... securityGroupIds)

      The security group IDs for the license endpoint.

      Parameters:
      securityGroupIds - The security group IDs for the license endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.