Interface ListCisScanConfigurationsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListCisScanConfigurationsResponse.Builder,,ListCisScanConfigurationsResponse> Inspector2Response.Builder,SdkBuilder<ListCisScanConfigurationsResponse.Builder,,ListCisScanConfigurationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListCisScanConfigurationsResponse
public static interface ListCisScanConfigurationsResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<ListCisScanConfigurationsResponse.Builder,ListCisScanConfigurationsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe pagination token from a previous request that's used to retrieve the next page of results.scanConfigurations(Collection<CisScanConfiguration> scanConfigurations) The CIS scan configuration scan configurations.scanConfigurations(Consumer<CisScanConfiguration.Builder>... scanConfigurations) The CIS scan configuration scan configurations.scanConfigurations(CisScanConfiguration... scanConfigurations) The CIS scan configuration scan configurations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
nextToken
The pagination token from a previous request that's used to retrieve the next page of results.
- Parameters:
 nextToken- The pagination token from a previous request that's used to retrieve the next page of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
scanConfigurations
ListCisScanConfigurationsResponse.Builder scanConfigurations(Collection<CisScanConfiguration> scanConfigurations) The CIS scan configuration scan configurations.
- Parameters:
 scanConfigurations- The CIS scan configuration scan configurations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
scanConfigurations
ListCisScanConfigurationsResponse.Builder scanConfigurations(CisScanConfiguration... scanConfigurations) The CIS scan configuration scan configurations.
- Parameters:
 scanConfigurations- The CIS scan configuration scan configurations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
scanConfigurations
ListCisScanConfigurationsResponse.Builder scanConfigurations(Consumer<CisScanConfiguration.Builder>... scanConfigurations) The CIS scan configuration scan configurations.
This is a convenience method that creates an instance of theCisScanConfiguration.Builderavoiding the need to create one manually viaCisScanConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscanConfigurations(List<CisScanConfiguration>).- Parameters:
 scanConfigurations- a consumer that will call methods onCisScanConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -