public static interface CreateCertificateAuthorityAuditReportRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>
build
overrideConfiguration
copy
applyMutation, build
CreateCertificateAuthorityAuditReportRequest.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
,
AuditReportResponseFormat
CreateCertificateAuthorityAuditReportRequest.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
,
AuditReportResponseFormat
CreateCertificateAuthorityAuditReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateCertificateAuthorityAuditReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.