Interface ListResourceScansRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ListResourceScansRequest.Builder,,ListResourceScansRequest> SdkBuilder<ListResourceScansRequest.Builder,,ListResourceScansRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListResourceScansRequest
@Mutable
@NotThreadSafe
public static interface ListResourceScansRequest.Builder
extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListResourceScansRequest.Builder,ListResourceScansRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) If the number of available results exceeds this maximum, the response includes aNextTokenvalue that you can use for theNextTokenparameter to get the next set of results.The token for the next set of items to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) scanTypeFilter(String scanTypeFilter) The scan type that you want to get summary information about.scanTypeFilter(ScanType scanTypeFilter) The scan type that you want to get summary information about.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
If the number of available results exceeds this maximum, the response includes a
NextTokenvalue that you can use for theNextTokenparameter to get the next set of results. The default value is 10. The maximum value is 100.- Parameters:
maxResults- If the number of available results exceeds this maximum, the response includes aNextTokenvalue that you can use for theNextTokenparameter to get the next set of results. The default value is 10. The maximum value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanTypeFilter
The scan type that you want to get summary information about. The default is
FULL. -
scanTypeFilter
The scan type that you want to get summary information about. The default is
FULL. -
overrideConfiguration
ListResourceScansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListResourceScansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-