public static interface ListTrustAnchorsResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<ListTrustAnchorsResponse.Builder,ListTrustAnchorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTrustAnchorsResponse.Builder |
nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous operation did not show all
results.
|
ListTrustAnchorsResponse.Builder |
trustAnchors(Collection<TrustAnchorDetail> trustAnchors)
A list of trust anchors.
|
ListTrustAnchorsResponse.Builder |
trustAnchors(Consumer<TrustAnchorDetail.Builder>... trustAnchors)
A list of trust anchors.
|
ListTrustAnchorsResponse.Builder |
trustAnchors(TrustAnchorDetail... trustAnchors)
A list of trust anchors.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrustAnchorsResponse.Builder nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
nextToken - A token that indicates where the output should continue from, if a previous operation did not show all
results. To get the next results, call the operation again with this value.ListTrustAnchorsResponse.Builder trustAnchors(Collection<TrustAnchorDetail> trustAnchors)
A list of trust anchors.
trustAnchors - A list of trust anchors.ListTrustAnchorsResponse.Builder trustAnchors(TrustAnchorDetail... trustAnchors)
A list of trust anchors.
trustAnchors - A list of trust anchors.ListTrustAnchorsResponse.Builder trustAnchors(Consumer<TrustAnchorDetail.Builder>... trustAnchors)
A list of trust anchors.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #trustAnchors(List) .trustAnchors - a consumer that will call methods on List.Builder #trustAnchors(List) Copyright © 2022. All rights reserved.