public static interface ListSecurityKeysResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityKeysResponse.Builder,ListSecurityKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityKeysResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListSecurityKeysResponse.Builder |
securityKeys(Collection<SecurityKey> securityKeys)
The security keys.
|
ListSecurityKeysResponse.Builder |
securityKeys(Consumer<SecurityKey.Builder>... securityKeys)
The security keys.
|
ListSecurityKeysResponse.Builder |
securityKeys(SecurityKey... securityKeys)
The security keys.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityKeysResponse.Builder securityKeys(Collection<SecurityKey> securityKeys)
The security keys.
securityKeys - The security keys.ListSecurityKeysResponse.Builder securityKeys(SecurityKey... securityKeys)
The security keys.
securityKeys - The security keys.ListSecurityKeysResponse.Builder securityKeys(Consumer<SecurityKey.Builder>... securityKeys)
The security keys.
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 #securityKeys(List) .securityKeys - a consumer that will call methods on List.Builder #securityKeys(List) ListSecurityKeysResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2022. All rights reserved.