Interface CreateDeploymentResponse.Builder

    • Method Detail

      • deploymentId

        CreateDeploymentResponse.Builder deploymentId​(String deploymentId)

        The ID of the deployment.

        Parameters:
        deploymentId - The ID of the deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iotJobId

        CreateDeploymentResponse.Builder iotJobId​(String iotJobId)

        The ID of the IoT job that applies the deployment to target devices.

        Parameters:
        iotJobId - The ID of the IoT job that applies the deployment to target devices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iotJobArn

        CreateDeploymentResponse.Builder iotJobArn​(String iotJobArn)

        The ARN of the IoT job that applies the deployment to target devices.

        Parameters:
        iotJobArn - The ARN of the IoT job that applies the deployment to target devices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.