Interface GetAnalysisReportResultsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAnalysisReportResultsResponse.Builder,
,GetAnalysisReportResultsResponse> NetworkFirewallResponse.Builder
,SdkBuilder<GetAnalysisReportResultsResponse.Builder,
,GetAnalysisReportResultsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAnalysisReportResultsResponse
-
Method Summary
Modifier and TypeMethodDescriptionanalysisReportResults
(Collection<AnalysisTypeReportResult> analysisReportResults) Retrieves the results of a traffic analysis report.analysisReportResults
(Consumer<AnalysisTypeReportResult.Builder>... analysisReportResults) Retrieves the results of a traffic analysis report.analysisReportResults
(AnalysisTypeReportResult... analysisReportResults) Retrieves the results of a traffic analysis report.analysisType
(String analysisType) The type of traffic that will be used to generate a report.analysisType
(EnabledAnalysisType analysisType) The type of traffic that will be used to generate a report.The date and time, up to the current date, from which to stop retrieving analysis data, in UTC format (for example,YYYY-MM-DDTHH:MM:SSZ
).When you request a list of objects with aMaxResults
setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextToken
value in the response.reportTime
(Instant reportTime) The date and time the analysis report was ran.The date and time within the last 30 days from which to start retrieving analysis data, in UTC format (for example,YYYY-MM-DDTHH:MM:SSZ
.The status of the analysis report you specify.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.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 Details
-
status
The status of the analysis report you specify. Statuses include
RUNNING
,COMPLETED
, orFAILED
.- Parameters:
status
- The status of the analysis report you specify. Statuses includeRUNNING
,COMPLETED
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The date and time within the last 30 days from which to start retrieving analysis data, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ
.- Parameters:
startTime
- The date and time within the last 30 days from which to start retrieving analysis data, in UTC format (for example,YYYY-MM-DDTHH:MM:SSZ
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The date and time, up to the current date, from which to stop retrieving analysis data, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ
).- Parameters:
endTime
- The date and time, up to the current date, from which to stop retrieving analysis data, in UTC format (for example,YYYY-MM-DDTHH:MM:SSZ
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportTime
The date and time the analysis report was ran.
- Parameters:
reportTime
- The date and time the analysis report was ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisType
The type of traffic that will be used to generate a report.
- Parameters:
analysisType
- The type of traffic that will be used to generate a report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisType
The type of traffic that will be used to generate a report.
- Parameters:
analysisType
- The type of traffic that will be used to generate a report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When you request a list of objects with a
MaxResults
setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextToken
value 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 aMaxResults
setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextToken
value 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.
-
analysisReportResults
GetAnalysisReportResultsResponse.Builder analysisReportResults(Collection<AnalysisTypeReportResult> analysisReportResults) Retrieves the results of a traffic analysis report.
- Parameters:
analysisReportResults
- Retrieves the results of a traffic analysis report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisReportResults
GetAnalysisReportResultsResponse.Builder analysisReportResults(AnalysisTypeReportResult... analysisReportResults) Retrieves the results of a traffic analysis report.
- Parameters:
analysisReportResults
- Retrieves the results of a traffic analysis report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisReportResults
GetAnalysisReportResultsResponse.Builder analysisReportResults(Consumer<AnalysisTypeReportResult.Builder>... analysisReportResults) Retrieves the results of a traffic analysis report.
This is a convenience method that creates an instance of theAnalysisTypeReportResult.Builder
avoiding the need to create one manually viaAnalysisTypeReportResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysisReportResults(List<AnalysisTypeReportResult>)
.- Parameters:
analysisReportResults
- a consumer that will call methods onAnalysisTypeReportResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-