Interface GetDeploymentRequest.Builder

    • Method Detail

      • componentName

        GetDeploymentRequest.Builder componentName​(String componentName)

        The name of a component that you want to get the detailed data for.

        Parameters:
        componentName - The name of a component that you want to get the detailed data for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        GetDeploymentRequest.Builder environmentName​(String environmentName)

        The name of a environment that you want to get the detailed data for.

        Parameters:
        environmentName - The name of a environment that you want to get the detailed data for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetDeploymentRequest.Builder id​(String id)

        The ID of the deployment that you want to get the detailed data for.

        Parameters:
        id - The ID of the deployment that you want to get the detailed data for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceInstanceName

        GetDeploymentRequest.Builder serviceInstanceName​(String serviceInstanceName)

        The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.

        Parameters:
        serviceInstanceName - The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceName

        GetDeploymentRequest.Builder serviceName​(String serviceName)

        The name of the service associated with the given deployment ID.

        Parameters:
        serviceName - The name of the service associated with the given deployment ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.