public static interface ListSecurityConfigsRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListSecurityConfigsRequest.Builder,ListSecurityConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityConfigsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListSecurityConfigsRequest.Builder |
nextToken(String nextToken)
If your initial
ListSecurityConfigs operation returns a nextToken, you can include
the returned nextToken in subsequent ListSecurityConfigs operations, which returns
results in the next page. |
ListSecurityConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSecurityConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSecurityConfigsRequest.Builder |
type(SecurityConfigType type)
The type of security configuration.
|
ListSecurityConfigsRequest.Builder |
type(String type)
The type of security configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityConfigsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results. The default is 20.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results. The default is 20.ListSecurityConfigsRequest.Builder nextToken(String nextToken)
If your initial ListSecurityConfigs operation returns a nextToken, you can include
the returned nextToken in subsequent ListSecurityConfigs operations, which returns
results in the next page.
nextToken - If your initial ListSecurityConfigs operation returns a nextToken, you can
include the returned nextToken in subsequent ListSecurityConfigs operations,
which returns results in the next page.ListSecurityConfigsRequest.Builder type(String type)
The type of security configuration.
type - The type of security configuration.SecurityConfigType,
SecurityConfigTypeListSecurityConfigsRequest.Builder type(SecurityConfigType type)
The type of security configuration.
type - The type of security configuration.SecurityConfigType,
SecurityConfigTypeListSecurityConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSecurityConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.