Interface ListResourceScanResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ListResourceScanResourcesRequest.Builder,ListResourceScanResourcesRequest>,SdkBuilder<ListResourceScanResourcesRequest.Builder,ListResourceScanResourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListResourceScanResourcesRequest
public static interface ListResourceScanResourcesRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListResourceScanResourcesRequest.Builder,ListResourceScanResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourceScanResourcesRequest.BuildermaxResults(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.ListResourceScanResourcesRequest.BuildernextToken(String nextToken)A string that identifies the next page of resource scan results.ListResourceScanResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResourceScanResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResourceScanResourcesRequest.BuilderresourceIdentifier(String resourceIdentifier)If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).ListResourceScanResourcesRequest.BuilderresourceScanId(String resourceScanId)The Amazon Resource Name (ARN) of the resource scan.ListResourceScanResourcesRequest.BuilderresourceTypePrefix(String resourceTypePrefix)If specified, the returned resources will be of any of the resource types with the specified prefix.ListResourceScanResourcesRequest.BuildertagKey(String tagKey)If specified, the returned resources will have a matching tag key.ListResourceScanResourcesRequest.BuildertagValue(String tagValue)If specified, the returned resources will have a matching tag value.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceScanId
ListResourceScanResourcesRequest.Builder resourceScanId(String resourceScanId)
The Amazon Resource Name (ARN) of the resource scan.
- Parameters:
resourceScanId- The Amazon Resource Name (ARN) of the resource scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
ListResourceScanResourcesRequest.Builder resourceIdentifier(String resourceIdentifier)
If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).
- Parameters:
resourceIdentifier- If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypePrefix
ListResourceScanResourcesRequest.Builder resourceTypePrefix(String resourceTypePrefix)
If specified, the returned resources will be of any of the resource types with the specified prefix.
- Parameters:
resourceTypePrefix- If specified, the returned resources will be of any of the resource types with the specified prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKey
ListResourceScanResourcesRequest.Builder tagKey(String tagKey)
If specified, the returned resources will have a matching tag key.
- Parameters:
tagKey- If specified, the returned resources will have a matching tag key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValue
ListResourceScanResourcesRequest.Builder tagValue(String tagValue)
If specified, the returned resources will have a matching tag value.
- Parameters:
tagValue- If specified, the returned resources will have a matching tag value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListResourceScanResourcesRequest.Builder nextToken(String nextToken)
A string that identifies the next page of resource scan results.
- Parameters:
nextToken- A string that identifies the next page of resource scan results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListResourceScanResourcesRequest.Builder maxResults(Integer 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. By default theListResourceScanResourcesAPI action will return at most 100 results in each response. 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. By default theListResourceScanResourcesAPI action will return at most 100 results in each response. The maximum value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResourceScanResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListResourceScanResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-