Interface ListSecretsRequest.Builder

    • Method Detail

      • includePlannedDeletion

        ListSecretsRequest.Builder includePlannedDeletion​(Boolean includePlannedDeletion)

        Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.

        Parameters:
        includePlannedDeletion - Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSecretsRequest.Builder maxResults​(Integer maxResults)

        The number of results to include in the response.

        If there are more results available, in the response, Secrets Manager includes NextToken. To get the next results, call ListSecrets again with the value from NextToken.

        Parameters:
        maxResults - The number of results to include in the response.

        If there are more results available, in the response, Secrets Manager includes NextToken. To get the next results, call ListSecrets again with the value from NextToken.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSecretsRequest.Builder nextToken​(String nextToken)

        A token that indicates where the output should continue from, if a previous call did not show all results. To get the next results, call ListSecrets again with this value.

        Parameters:
        nextToken - A token that indicates where the output should continue from, if a previous call did not show all results. To get the next results, call ListSecrets again with this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListSecretsRequest.Builder filters​(Collection<Filter> filters)

        The filters to apply to the list of secrets.

        Parameters:
        filters - The filters to apply to the list of secrets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListSecretsRequest.Builder filters​(Filter... filters)

        The filters to apply to the list of secrets.

        Parameters:
        filters - The filters to apply to the list of secrets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListSecretsRequest.Builder sortOrder​(String sortOrder)

        Secrets are listed by CreatedDate.

        Parameters:
        sortOrder - Secrets are listed by CreatedDate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrderType, SortOrderType