public static interface ListSecurityConfigurationsResponse.Builder extends EMRResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #securityConfigurations(List) .securityConfigurations - a consumer that will call methods on List.Builder #securityConfigurations(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.