Interface CreateDeploymentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateDeploymentResponse.Builder,CreateDeploymentResponse>, GreengrassV2Response.Builder, SdkBuilder<CreateDeploymentResponse.Builder,CreateDeploymentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateDeploymentResponse

public static interface CreateDeploymentResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<CreateDeploymentResponse.Builder,CreateDeploymentResponse>
  • Method Details

    • 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

      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

      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.