Interface BulkDeploymentResult.Builder

    • Method Detail

      • createdAt

        BulkDeploymentResult.Builder createdAt​(String createdAt)
        The time, in ISO format, when the deployment was created.
        Parameters:
        createdAt - The time, in ISO format, when the deployment was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentArn

        BulkDeploymentResult.Builder deploymentArn​(String deploymentArn)
        The ARN of the group deployment.
        Parameters:
        deploymentArn - The ARN of the group deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentId

        BulkDeploymentResult.Builder deploymentId​(String deploymentId)
        The ID of the group deployment.
        Parameters:
        deploymentId - The ID of the group deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentStatus

        BulkDeploymentResult.Builder deploymentStatus​(String deploymentStatus)
        The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
        Parameters:
        deploymentStatus - The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetails

        BulkDeploymentResult.Builder errorDetails​(Collection<ErrorDetail> errorDetails)
        Details about the error.
        Parameters:
        errorDetails - Details about the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetails

        BulkDeploymentResult.Builder errorDetails​(ErrorDetail... errorDetails)
        Details about the error.
        Parameters:
        errorDetails - Details about the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        BulkDeploymentResult.Builder errorMessage​(String errorMessage)
        The error message for a failed deployment
        Parameters:
        errorMessage - The error message for a failed deployment
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupArn

        BulkDeploymentResult.Builder groupArn​(String groupArn)
        The ARN of the Greengrass group.
        Parameters:
        groupArn - The ARN of the Greengrass group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.