public static interface DescribeCertificateAuthorityAuditReportResponse.Builder extends AcmPcaResponse.Builder, SdkPojo, CopyableBuilder<DescribeCertificateAuthorityAuditReportResponse.Builder,DescribeCertificateAuthorityAuditReportResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCertificateAuthorityAuditReportResponse.Builder |
auditReportStatus(AuditReportStatus auditReportStatus)
Specifies whether report creation is in progress, has succeeded, or has failed.
|
DescribeCertificateAuthorityAuditReportResponse.Builder |
auditReportStatus(String auditReportStatus)
Specifies whether report creation is in progress, has succeeded, or has failed.
|
DescribeCertificateAuthorityAuditReportResponse.Builder |
createdAt(Instant createdAt)
The date and time at which the report was created.
|
DescribeCertificateAuthorityAuditReportResponse.Builder |
s3BucketName(String s3BucketName)
Name of the S3 bucket that contains the report.
|
DescribeCertificateAuthorityAuditReportResponse.Builder |
s3Key(String s3Key)
S3 key that uniquely identifies the report file in your S3 bucket.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeCertificateAuthorityAuditReportResponse.Builder auditReportStatus(String auditReportStatus)
Specifies whether report creation is in progress, has succeeded, or has failed.
auditReportStatus
- Specifies whether report creation is in progress, has succeeded, or has failed.AuditReportStatus
,
AuditReportStatus
DescribeCertificateAuthorityAuditReportResponse.Builder auditReportStatus(AuditReportStatus auditReportStatus)
Specifies whether report creation is in progress, has succeeded, or has failed.
auditReportStatus
- Specifies whether report creation is in progress, has succeeded, or has failed.AuditReportStatus
,
AuditReportStatus
DescribeCertificateAuthorityAuditReportResponse.Builder s3BucketName(String s3BucketName)
Name of the S3 bucket that contains the report.
s3BucketName
- Name of the S3 bucket that contains the report.DescribeCertificateAuthorityAuditReportResponse.Builder s3Key(String s3Key)
S3 key that uniquely identifies the report file in your S3 bucket.
s3Key
- S3 key that uniquely identifies the report file in your S3 bucket.DescribeCertificateAuthorityAuditReportResponse.Builder createdAt(Instant createdAt)
The date and time at which the report was created.
createdAt
- The date and time at which the report was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.