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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSecurityConfigurationsResponse.Buildermarker(String marker)A pagination token that indicates the next set of results to retrieve.ListSecurityConfigurationsResponse.BuildersecurityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations)The creation date and time, and name, of each security configuration.ListSecurityConfigurationsResponse.BuildersecurityConfigurations(Consumer<SecurityConfigurationSummary.Builder>... securityConfigurations)The creation date and time, and name, of each security configuration.ListSecurityConfigurationsResponse.BuildersecurityConfigurations(SecurityConfigurationSummary... securityConfigurations)The creation date and time, and name, of each security configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#securityConfigurations(List.) - 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:
#securityConfigurations(java.util.Collection)
-
marker
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.
- 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.
-
-