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 |
lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
ListSecurityProfileApplicationsResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
|
ListSecurityProfileApplicationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is 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)
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.ListSecurityProfileApplicationsResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime - The timestamp when this resource was last modified.ListSecurityProfileApplicationsResponse.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.Copyright © 2023. All rights reserved.