public static interface ListSecurityConfigurationsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityConfigurationsResponse.Builder,ListSecurityConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityConfigurationsResponse.Builder |
marker(String marker)
A pagination token that indicates the next set of results to retrieve.
|
ListSecurityConfigurationsResponse.Builder |
securityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations)
The creation date and time, and name, of each security configuration.
|
ListSecurityConfigurationsResponse.Builder |
securityConfigurations(Consumer<SecurityConfigurationSummary.Builder>... securityConfigurations)
The creation date and time, and name, of each security configuration.
|
ListSecurityConfigurationsResponse.Builder |
securityConfigurations(SecurityConfigurationSummary... securityConfigurations)
The creation date and time, and name, of each security configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityConfigurationsResponse.Builder securityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations)
The creation date and time, and name, of each security configuration.
securityConfigurations - The creation date and time, and name, of each security configuration.ListSecurityConfigurationsResponse.Builder securityConfigurations(SecurityConfigurationSummary... securityConfigurations)
The creation date and time, and name, of each security configuration.
securityConfigurations - The creation date and time, and name, of each security configuration.ListSecurityConfigurationsResponse.Builder securityConfigurations(Consumer<SecurityConfigurationSummary.Builder>... securityConfigurations)
The creation date and time, and name, of each security configuration.
This is a convenience method that creates an instance of theSecurityConfigurationSummary.Builder avoiding the need to
create one manually via
SecurityConfigurationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #securityConfigurations(List.
securityConfigurations - a consumer that will call methods on
SecurityConfigurationSummary.Builder#securityConfigurations(java.util.Collection) ListSecurityConfigurationsResponse.Builder marker(String marker)
A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.
marker - A pagination token that indicates the next set of results to retrieve. Include the marker in the next
ListSecurityConfiguration call to retrieve the next page of results, if required.Copyright © 2023. All rights reserved.