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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListSigningPlatformsResponse.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 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 #platforms(List)
.platforms
- a consumer that will call methods on List.Builder
#platforms(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.