Interface Account.Builder

    • Method Detail

      • accountId

        Account.Builder accountId​(String accountId)

        The ID of the Amazon Web Services account.

        Parameters:
        accountId - The ID of the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceStatus

        Account.Builder resourceStatus​(ResourceStatus resourceStatus)

        Details of the status of Amazon Inspector scans by resource type.

        Parameters:
        resourceStatus - Details of the status of Amazon Inspector scans by resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Account.Builder status​(String status)

        The status of Amazon Inspector for the account.

        Parameters:
        status - The status of Amazon Inspector for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        Account.Builder status​(Status status)

        The status of Amazon Inspector for the account.

        Parameters:
        status - The status of Amazon Inspector for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status