Interface GetCisScanReportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCisScanReportRequest.Builder,GetCisScanReportRequest>,Inspector2Request.Builder,SdkBuilder<GetCisScanReportRequest.Builder,GetCisScanReportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCisScanReportRequest
public static interface GetCisScanReportRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<GetCisScanReportRequest.Builder,GetCisScanReportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCisScanReportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCisScanReportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCisScanReportRequest.BuilderreportFormat(String reportFormat)The format of the report.GetCisScanReportRequest.BuilderreportFormat(CisReportFormat reportFormat)The format of the report.GetCisScanReportRequest.BuilderscanArn(String scanArn)The scan ARN.GetCisScanReportRequest.BuildertargetAccounts(String... targetAccounts)The target accounts.GetCisScanReportRequest.BuildertargetAccounts(Collection<String> targetAccounts)The target accounts.-
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
-
reportFormat
GetCisScanReportRequest.Builder reportFormat(String reportFormat)
The format of the report. Valid values are
PDFandCSV. If no value is specified, the report format defaults toPDF.- Parameters:
reportFormat- The format of the report. Valid values arePDFandCSV. If no value is specified, the report format defaults toPDF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CisReportFormat,CisReportFormat
-
reportFormat
GetCisScanReportRequest.Builder reportFormat(CisReportFormat reportFormat)
The format of the report. Valid values are
PDFandCSV. If no value is specified, the report format defaults toPDF.- Parameters:
reportFormat- The format of the report. Valid values arePDFandCSV. If no value is specified, the report format defaults toPDF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CisReportFormat,CisReportFormat
-
scanArn
GetCisScanReportRequest.Builder scanArn(String scanArn)
The scan ARN.
- Parameters:
scanArn- The scan ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccounts
GetCisScanReportRequest.Builder targetAccounts(Collection<String> targetAccounts)
The target accounts.
- Parameters:
targetAccounts- The target accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccounts
GetCisScanReportRequest.Builder targetAccounts(String... targetAccounts)
The target accounts.
- Parameters:
targetAccounts- The target accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCisScanReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCisScanReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-