Interface DeploymentJob.Builder

    • Method Detail

      • arn

        DeploymentJob.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the deployment job.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the deployment job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleet

        DeploymentJob.Builder fleet​(String fleet)

        The Amazon Resource Name (ARN) of the fleet.

        Parameters:
        fleet - The Amazon Resource Name (ARN) of the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentApplicationConfigs

        DeploymentJob.Builder deploymentApplicationConfigs​(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)

        The deployment application configuration.

        Parameters:
        deploymentApplicationConfigs - The deployment application configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentApplicationConfigs

        DeploymentJob.Builder deploymentApplicationConfigs​(DeploymentApplicationConfig... deploymentApplicationConfigs)

        The deployment application configuration.

        Parameters:
        deploymentApplicationConfigs - The deployment application configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentConfig

        DeploymentJob.Builder deploymentConfig​(DeploymentConfig deploymentConfig)

        The deployment configuration.

        Parameters:
        deploymentConfig - The deployment configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        DeploymentJob.Builder failureReason​(String failureReason)

        A short description of the reason why the deployment job failed.

        Parameters:
        failureReason - A short description of the reason why the deployment job failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DeploymentJob.Builder createdAt​(Instant createdAt)

        The time, in milliseconds since the epoch, when the deployment job was created.

        Parameters:
        createdAt - The time, in milliseconds since the epoch, when the deployment job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.