Interface ListTrustAnchorsResponse.Builder

    • Method Detail

      • nextToken

        ListTrustAnchorsResponse.Builder nextToken​(String nextToken)

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

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

        ListTrustAnchorsResponse.Builder trustAnchors​(TrustAnchorDetail... trustAnchors)

        A list of trust anchors.

        Parameters:
        trustAnchors - A list of trust anchors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.