Interface CommandSummary.Builder

    • Method Detail

      • commandArn

        CommandSummary.Builder commandArn​(String commandArn)

        The Amazon Resource Name (ARN) of the command.

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

        CommandSummary.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

        CommandSummary.Builder displayName​(String displayName)

        The display name of the command.

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

        CommandSummary.Builder deprecated​(Boolean deprecated)

        Indicates whether the command has been deprecated.

        Parameters:
        deprecated - Indicates whether the command has been deprecated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CommandSummary.Builder createdAt​(Instant createdAt)

        The timestamp, when the command was created.

        Parameters:
        createdAt - The timestamp, when the command was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        CommandSummary.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp, when the command was last updated.

        Parameters:
        lastUpdatedAt - The timestamp, when the command was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingDeletion

        CommandSummary.Builder pendingDeletion​(Boolean pendingDeletion)

        Indicates whether the command is pending deletion.

        Parameters:
        pendingDeletion - Indicates whether the command is pending deletion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.