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