public static interface SearchSecurityProfilesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchSecurityProfilesResponse.Builder,SearchSecurityProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchSecurityProfilesResponse.Builder |
approximateTotalCount(Long approximateTotalCount)
The total number of security profiles which matched your search query.
|
SearchSecurityProfilesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchSecurityProfilesResponse.Builder |
securityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
|
SearchSecurityProfilesResponse.Builder |
securityProfiles(Consumer<SecurityProfileSearchSummary.Builder>... securityProfiles)
Information about the security profiles.
|
SearchSecurityProfilesResponse.Builder |
securityProfiles(SecurityProfileSearchSummary... securityProfiles)
Information about the security profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSecurityProfilesResponse.Builder securityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
securityProfiles - Information about the security profiles.SearchSecurityProfilesResponse.Builder securityProfiles(SecurityProfileSearchSummary... securityProfiles)
Information about the security profiles.
securityProfiles - Information about the security profiles.SearchSecurityProfilesResponse.Builder securityProfiles(Consumer<SecurityProfileSearchSummary.Builder>... securityProfiles)
Information about the security profiles.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #securityProfiles(List) .securityProfiles - a consumer that will call methods on List.Builder #securityProfiles(List) SearchSecurityProfilesResponse.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.SearchSecurityProfilesResponse.Builder approximateTotalCount(Long approximateTotalCount)
The total number of security profiles which matched your search query.
approximateTotalCount - The total number of security profiles which matched your search query.Copyright © 2022. All rights reserved.