public static interface ListSecurityConfigsResponse.Builder extends OpenSearchServerlessResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityConfigsResponse.Builder,ListSecurityConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityConfigsResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListSecurityConfigsResponse.Builder |
securityConfigSummaries(Collection<SecurityConfigSummary> securityConfigSummaries)
Details about the security configurations in your account.
|
ListSecurityConfigsResponse.Builder |
securityConfigSummaries(Consumer<SecurityConfigSummary.Builder>... securityConfigSummaries)
Details about the security configurations in your account.
|
ListSecurityConfigsResponse.Builder |
securityConfigSummaries(SecurityConfigSummary... securityConfigSummaries)
Details about the security configurations in your account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityConfigsResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.ListSecurityConfigsResponse.Builder securityConfigSummaries(Collection<SecurityConfigSummary> securityConfigSummaries)
Details about the security configurations in your account.
securityConfigSummaries - Details about the security configurations in your account.ListSecurityConfigsResponse.Builder securityConfigSummaries(SecurityConfigSummary... securityConfigSummaries)
Details about the security configurations in your account.
securityConfigSummaries - Details about the security configurations in your account.ListSecurityConfigsResponse.Builder securityConfigSummaries(Consumer<SecurityConfigSummary.Builder>... securityConfigSummaries)
Details about the security configurations in your account.
This is a convenience method that creates an instance of theSecurityConfigSummary.Builder avoiding the
need to create one manually via
SecurityConfigSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #securityConfigSummaries(List.
securityConfigSummaries - a consumer that will call methods on
SecurityConfigSummary.Builder#securityConfigSummaries(java.util.Collection) Copyright © 2023. All rights reserved.