Interface CreateFindingsReportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateFindingsReportRequest.Builder,CreateFindingsReportRequest>,Inspector2Request.Builder,SdkBuilder<CreateFindingsReportRequest.Builder,CreateFindingsReportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateFindingsReportRequest
public static interface CreateFindingsReportRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<CreateFindingsReportRequest.Builder,CreateFindingsReportRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filterCriteria
CreateFindingsReportRequest.Builder filterCriteria(FilterCriteria filterCriteria)
The filter criteria to apply to the results of the finding report.
- Parameters:
filterCriteria- The filter criteria to apply to the results of the finding report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterCriteria
default CreateFindingsReportRequest.Builder filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
The filter criteria to apply to the results of the finding report.
This is a convenience method that creates an instance of theFilterCriteria.Builderavoiding the need to create one manually viaFilterCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilterCriteria(FilterCriteria).- Parameters:
filterCriteria- a consumer that will call methods onFilterCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filterCriteria(FilterCriteria)
-
reportFormat
CreateFindingsReportRequest.Builder reportFormat(String reportFormat)
The format to generate the report in.
- Parameters:
reportFormat- The format to generate the report in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportFormat,ReportFormat
-
reportFormat
CreateFindingsReportRequest.Builder reportFormat(ReportFormat reportFormat)
The format to generate the report in.
- Parameters:
reportFormat- The format to generate the report in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportFormat,ReportFormat
-
s3Destination
CreateFindingsReportRequest.Builder s3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
- Parameters:
s3Destination- The Amazon S3 export destination for the report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
default CreateFindingsReportRequest.Builder s3Destination(Consumer<Destination.Builder> s3Destination)
The Amazon S3 export destination for the report.
This is a convenience method that creates an instance of theDestination.Builderavoiding the need to create one manually viaDestination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Destination(Destination).- Parameters:
s3Destination- a consumer that will call methods onDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Destination(Destination)
-
overrideConfiguration
CreateFindingsReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateFindingsReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-