public static interface SearchSecurityProfilesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<SearchSecurityProfilesRequest.Builder,SearchSecurityProfilesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSecurityProfilesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.SearchSecurityProfilesRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.SearchSecurityProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.SearchSecurityProfilesRequest.Builder searchCriteria(SecurityProfileSearchCriteria searchCriteria)
The search criteria to be used to return security profiles.
The name field support "contains" queries with a minimum of 2 characters and maximum of 25
characters. Any queries with character lengths outside of this range will throw invalid results.
The currently supported value for FieldName: name
searchCriteria - The search criteria to be used to return security profiles.
The name field support "contains" queries with a minimum of 2 characters and maximum of
25 characters. Any queries with character lengths outside of this range will throw invalid results.
The currently supported value for FieldName: name
default SearchSecurityProfilesRequest.Builder searchCriteria(Consumer<SecurityProfileSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return security profiles.
The name field support "contains" queries with a minimum of 2 characters and maximum of 25
characters. Any queries with character lengths outside of this range will throw invalid results.
The currently supported value for FieldName: name
SecurityProfileSearchCriteria.Builder avoiding the need to create one manually via
SecurityProfileSearchCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to searchCriteria(SecurityProfileSearchCriteria).
searchCriteria - a consumer that will call methods on SecurityProfileSearchCriteria.BuildersearchCriteria(SecurityProfileSearchCriteria)SearchSecurityProfilesRequest.Builder searchFilter(SecurityProfilesSearchFilter searchFilter)
Filters to be applied to search results.
searchFilter - Filters to be applied to search results.default SearchSecurityProfilesRequest.Builder searchFilter(Consumer<SecurityProfilesSearchFilter.Builder> searchFilter)
Filters to be applied to search results.
This is a convenience method that creates an instance of theSecurityProfilesSearchFilter.Builder
avoiding the need to create one manually via SecurityProfilesSearchFilter.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to searchFilter(SecurityProfilesSearchFilter).
searchFilter - a consumer that will call methods on SecurityProfilesSearchFilter.BuildersearchFilter(SecurityProfilesSearchFilter)SearchSecurityProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchSecurityProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.