Interface GetAnalysisReportResultsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAnalysisReportResultsRequest.Builder,,GetAnalysisReportResultsRequest> NetworkFirewallRequest.Builder,SdkBuilder<GetAnalysisReportResultsRequest.Builder,,GetAnalysisReportResultsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetAnalysisReportResultsRequest
-
Method Summary
Modifier and TypeMethodDescriptionanalysisReportId(String analysisReportId) The unique ID of the query that ran when you requested an analysis report.firewallArn(String firewallArn) The Amazon Resource Name (ARN) of the firewall.firewallName(String firewallName) The descriptive name of the firewall.maxResults(Integer maxResults) The maximum number of objects that you want Network Firewall to return for this request.When you request a list of objects with aMaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
firewallName
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
- Parameters:
firewallName- The descriptive name of the firewall. You can't change the name of a firewall after you create it.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisReportId
The unique ID of the query that ran when you requested an analysis report.
- Parameters:
analysisReportId- The unique ID of the query that ran when you requested an analysis report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallArn
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
- Parameters:
firewallArn- The Amazon Resource Name (ARN) of the firewall.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
When you request a list of objects with a
MaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.- Parameters:
nextToken- When you request a list of objects with aMaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a
NextTokenvalue that you can use in a subsequent call to get the next batch of objects.- Parameters:
maxResults- The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides aNextTokenvalue that you can use in a subsequent call to get the next batch of objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAnalysisReportResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetAnalysisReportResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-