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(SecurityConfigurationSummary... securityConfigurations)
The creation date and time, and name, of each security configuration.
|
build
copy
apply, build
ListSecurityConfigurationsResponse.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 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.