Interface DescribeCertificateAuthorityAuditReportResponse.Builder
- All Superinterfaces:
AcmPcaResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeCertificateAuthorityAuditReportResponse.Builder,
,DescribeCertificateAuthorityAuditReportResponse> SdkBuilder<DescribeCertificateAuthorityAuditReportResponse.Builder,
,DescribeCertificateAuthorityAuditReportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeCertificateAuthorityAuditReportResponse
public static interface DescribeCertificateAuthorityAuditReportResponse.Builder
extends AcmPcaResponse.Builder, SdkPojo, CopyableBuilder<DescribeCertificateAuthorityAuditReportResponse.Builder,DescribeCertificateAuthorityAuditReportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionauditReportStatus
(String auditReportStatus) Specifies whether report creation is in progress, has succeeded, or has failed.auditReportStatus
(AuditReportStatus auditReportStatus) Specifies whether report creation is in progress, has succeeded, or has failed.The date and time at which the report was created.s3BucketName
(String s3BucketName) Name of the S3 bucket that contains the report.S3 key that uniquely identifies the report file in your S3 bucket.Methods inherited from interface software.amazon.awssdk.services.acmpca.model.AcmPcaResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
auditReportStatus
Specifies whether report creation is in progress, has succeeded, or has failed.
- Parameters:
auditReportStatus
- Specifies whether report creation is in progress, has succeeded, or has failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
auditReportStatus
DescribeCertificateAuthorityAuditReportResponse.Builder auditReportStatus(AuditReportStatus auditReportStatus) Specifies whether report creation is in progress, has succeeded, or has failed.
- Parameters:
auditReportStatus
- Specifies whether report creation is in progress, has succeeded, or has failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3BucketName
Name of the S3 bucket that contains the report.
- Parameters:
s3BucketName
- Name of the S3 bucket that contains the report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Key
S3 key that uniquely identifies the report file in your S3 bucket.
- Parameters:
s3Key
- S3 key that uniquely identifies the report file in your S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time at which the report was created.
- Parameters:
createdAt
- The date and time at which the report was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-