Interface Deployment.Builder

    • Method Detail

      • createdAt

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

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

        Deployment.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.
      • deploymentType

        Deployment.Builder deploymentType​(String deploymentType)
        The type of the deployment.
        Parameters:
        deploymentType - The type of the deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType, DeploymentType
      • deploymentType

        Deployment.Builder deploymentType​(DeploymentType deploymentType)
        The type of the deployment.
        Parameters:
        deploymentType - The type of the deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType, DeploymentType
      • groupArn

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