public static interface ListSecurityProfileApplicationsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfileApplicationsResponse.Builder,ListSecurityProfileApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfileApplicationsResponse.Builder |
applications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
|
ListSecurityProfileApplicationsResponse.Builder |
applications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
|
ListSecurityProfileApplicationsResponse.Builder |
applications(Consumer<Application.Builder>... applications)
This API is in preview release for Amazon Connect and is subject to change.
|
ListSecurityProfileApplicationsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityProfileApplicationsResponse.Builder applications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
ListSecurityProfileApplicationsResponse.Builder applications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
ListSecurityProfileApplicationsResponse.Builder applications(Consumer<Application.Builder>... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
This is a convenience method that creates an instance of theApplication.Builder avoiding the need to create one
manually via Application.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #applications(List.
applications - a consumer that will call methods on
Application.Builder#applications(java.util.Collection) ListSecurityProfileApplicationsResponse.Builder nextToken(String nextToken)
The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
nextToken - The token for the next set of results. The next set of results can be retrieved by using the token
value returned in the previous response when making the next request.Copyright © 2023. All rights reserved.