public static interface ListSigningPlatformsResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<ListSigningPlatformsResponse.Builder,ListSigningPlatformsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSigningPlatformsResponse.Builder |
nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsResponse.Builder |
platforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResponse.Builder |
platforms(Consumer<SigningPlatform.Builder>... platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResponse.Builder |
platforms(SigningPlatform... platforms)
A list of all platforms that match the request parameters.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSigningPlatformsResponse.Builder platforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
platforms - A list of all platforms that match the request parameters.ListSigningPlatformsResponse.Builder platforms(SigningPlatform... platforms)
A list of all platforms that match the request parameters.
platforms - A list of all platforms that match the request parameters.ListSigningPlatformsResponse.Builder platforms(Consumer<SigningPlatform.Builder>... platforms)
A list of all platforms that match the request parameters.
This is a convenience method that creates an instance of theSigningPlatform.Builder avoiding the need to create one
manually via SigningPlatform.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #platforms(List.
platforms - a consumer that will call methods on
SigningPlatform.Builder#platforms(java.util.Collection) ListSigningPlatformsResponse.Builder nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
nextToken - Value for specifying the next set of paginated results to return.Copyright © 2022. All rights reserved.