CopyableBuilder<ListSecurityConfigurationsResponse.Builder,ListSecurityConfigurationsResponse>
, SdkBuilder<ListSecurityConfigurationsResponse.Builder,ListSecurityConfigurationsResponse>
public static interface ListSecurityConfigurationsResponse.Builder extends CopyableBuilder<ListSecurityConfigurationsResponse.Builder,ListSecurityConfigurationsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setSecurityConfigurations(java.util.Collection)
or
#withSecurityConfigurations(java.util.Collection)
if you want to override the existing values.
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.