Interface ListSecurityConfigurationsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListSecurityConfigurationsResponse.Builder,,ListSecurityConfigurationsResponse> EmrResponse.Builder,SdkBuilder<ListSecurityConfigurationsResponse.Builder,,ListSecurityConfigurationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListSecurityConfigurationsResponse
public static interface ListSecurityConfigurationsResponse.Builder
extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityConfigurationsResponse.Builder,ListSecurityConfigurationsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionA pagination token that indicates the next set of results to retrieve.securityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations) The creation date and time, and name, of each security configuration.securityConfigurations(Consumer<SecurityConfigurationSummary.Builder>... securityConfigurations) The creation date and time, and name, of each security configuration.securityConfigurations(SecurityConfigurationSummary... securityConfigurations) The creation date and time, and name, of each security configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
securityConfigurations
ListSecurityConfigurationsResponse.Builder securityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations) The creation date and time, and name, of each security configuration.
- Parameters:
 securityConfigurations- The creation date and time, and name, of each security configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityConfigurations
ListSecurityConfigurationsResponse.Builder securityConfigurations(SecurityConfigurationSummary... securityConfigurations) The creation date and time, and name, of each security configuration.
- Parameters:
 securityConfigurations- The creation date and time, and name, of each security configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityConfigurations
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.Builderavoiding the need to create one manually viaSecurityConfigurationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosecurityConfigurations(List<SecurityConfigurationSummary>).- Parameters:
 securityConfigurations- a consumer that will call methods onSecurityConfigurationSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -