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 request 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 request did not show all results. To get the next results, make the request again with this value.
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.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 theTrustAnchorDetail.Builder avoiding the need to
create one manually via
TrustAnchorDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #trustAnchors(List.
trustAnchors - a consumer that will call methods on
TrustAnchorDetail.Builder#trustAnchors(java.util.Collection) Copyright © 2023. All rights reserved.