Interface UpdateCommandResponse.Builder

    • Method Detail

      • commandId

        UpdateCommandResponse.Builder commandId​(String commandId)

        The unique identifier of the command.

        Parameters:
        commandId - The unique identifier of the command.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        UpdateCommandResponse.Builder displayName​(String displayName)

        The updated user-friendly display name in the console for the command.

        Parameters:
        displayName - The updated user-friendly display name in the console for the command.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateCommandResponse.Builder description​(String description)

        The updated text description of the command.

        Parameters:
        description - The updated text description of the command.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deprecated

        UpdateCommandResponse.Builder deprecated​(Boolean deprecated)

        The boolean that indicates whether the command was deprecated.

        Parameters:
        deprecated - The boolean that indicates whether the command was deprecated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        UpdateCommandResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The date and time (epoch timestamp in seconds) when the command was last updated.

        Parameters:
        lastUpdatedAt - The date and time (epoch timestamp in seconds) when the command was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.