public static interface ListPublicKeysResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<ListPublicKeysResponse.Builder,ListPublicKeysResponse>
Modifier and Type | Method and Description |
---|---|
ListPublicKeysResponse.Builder |
nextToken(String nextToken)
Reserved for future use.
|
ListPublicKeysResponse.Builder |
publicKeyList(Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
|
ListPublicKeysResponse.Builder |
publicKeyList(Consumer<PublicKey.Builder>... publicKeyList)
Contains an array of PublicKey objects.
|
ListPublicKeysResponse.Builder |
publicKeyList(PublicKey... publicKeyList)
Contains an array of PublicKey objects.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListPublicKeysResponse.Builder publicKeyList(Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
publicKeyList
- Contains an array of PublicKey objects. The returned public keys may have validity time ranges that overlap.
ListPublicKeysResponse.Builder publicKeyList(PublicKey... publicKeyList)
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
publicKeyList
- Contains an array of PublicKey objects. The returned public keys may have validity time ranges that overlap.
ListPublicKeysResponse.Builder publicKeyList(Consumer<PublicKey.Builder>... publicKeyList)
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
List.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 #publicKeyList(List)
.publicKeyList
- a consumer that will call methods on List.Builder
#publicKeyList(List)
ListPublicKeysResponse.Builder nextToken(String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.