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 theSecurityKey.Builder avoiding the need to create one
manually via SecurityKey.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #securityKeys(List.
securityKeys - a consumer that will call methods on
SecurityKey.Builder#securityKeys(java.util.Collection) 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 © 2023. All rights reserved.