public static interface CreateCertificateAuthorityAuditReportRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateCertificateAuthorityAuditReportRequest.Builder certificateAuthorityArn(String certificateAuthorityArn)
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 - 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)
Name of the S3 bucket that will contain the audit report.
s3BucketName - Name of the S3 bucket that will contain the audit report.CreateCertificateAuthorityAuditReportRequest.Builder auditReportResponseFormat(String auditReportResponseFormat)
Format in which to create the report. This can be either JSON or CSV.
auditReportResponseFormat - Format in which to create the report. This can be either JSON or CSV.AuditReportResponseFormat,
AuditReportResponseFormatCreateCertificateAuthorityAuditReportRequest.Builder auditReportResponseFormat(AuditReportResponseFormat auditReportResponseFormat)
Format in which to create the report. This can be either JSON or CSV.
auditReportResponseFormat - Format in which to create the report. This can be either JSON or CSV.AuditReportResponseFormat,
AuditReportResponseFormatCreateCertificateAuthorityAuditReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateCertificateAuthorityAuditReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.