public static interface CreateCertificateAuthorityAuditReportRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCertificateAuthorityAuditReportRequest.Builder certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn - The Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
CreateCertificateAuthorityAuditReportRequest.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket that will contain the audit report.
s3BucketName - The name of the S3 bucket that will contain the audit report.CreateCertificateAuthorityAuditReportRequest.Builder auditReportResponseFormat(String auditReportResponseFormat)
The format in which to create the report. This can be either JSON or CSV.
auditReportResponseFormat - The format in which to create the report. This can be either JSON or CSV.AuditReportResponseFormat,
AuditReportResponseFormatCreateCertificateAuthorityAuditReportRequest.Builder auditReportResponseFormat(AuditReportResponseFormat auditReportResponseFormat)
The format in which to create the report. This can be either JSON or CSV.
auditReportResponseFormat - The format in which to create the report. This can be either JSON or CSV.AuditReportResponseFormat,
AuditReportResponseFormatCreateCertificateAuthorityAuditReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCertificateAuthorityAuditReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.