Interface ListSecurityConfigsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListSecurityConfigsRequest.Builder,,- ListSecurityConfigsRequest> - OpenSearchServerlessRequest.Builder,- SdkBuilder<ListSecurityConfigsRequest.Builder,,- ListSecurityConfigsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListSecurityConfigsRequest
@Mutable
@NotThreadSafe
public static interface ListSecurityConfigsRequest.Builder
extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListSecurityConfigsRequest.Builder,ListSecurityConfigsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) An optional parameter that specifies the maximum number of results to return.If your initialListSecurityConfigsoperation returns anextToken, you can include the returnednextTokenin subsequentListSecurityConfigsoperations, which returns results in the next page.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The type of security configuration.type(SecurityConfigType type) The type of security configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.opensearchserverless.model.OpenSearchServerlessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe type of security configuration. - Parameters:
- type- The type of security configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of security configuration. - Parameters:
- type- The type of security configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf your initial ListSecurityConfigsoperation returns anextToken, you can include the returnednextTokenin subsequentListSecurityConfigsoperations, which returns results in the next page.- Parameters:
- nextToken- If your initial- ListSecurityConfigsoperation returns a- nextToken, you can include the returned- nextTokenin subsequent- ListSecurityConfigsoperations, which returns results in the next page.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsAn optional parameter that specifies the maximum number of results to return. You can use nextTokento get the next page of results. The default is 20.- Parameters:
- maxResults- An optional parameter that specifies the maximum number of results to return. You can use- nextTokento get the next page of results. The default is 20.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListSecurityConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListSecurityConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-