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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCertificateAuthorityAuditReportResponse.BuilderauditReportStatus(String auditReportStatus)Specifies whether report creation is in progress, has succeeded, or has failed.DescribeCertificateAuthorityAuditReportResponse.BuilderauditReportStatus(AuditReportStatus auditReportStatus)Specifies whether report creation is in progress, has succeeded, or has failed.DescribeCertificateAuthorityAuditReportResponse.BuildercreatedAt(Instant createdAt)The date and time at which the report was created.DescribeCertificateAuthorityAuditReportResponse.Builders3BucketName(String s3BucketName)Name of the S3 bucket that contains the report.DescribeCertificateAuthorityAuditReportResponse.Builders3Key(String s3Key)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
auditReportStatus
DescribeCertificateAuthorityAuditReportResponse.Builder auditReportStatus(String 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,AuditReportStatus
-
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:
AuditReportStatus,AuditReportStatus
-
s3BucketName
DescribeCertificateAuthorityAuditReportResponse.Builder s3BucketName(String 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
DescribeCertificateAuthorityAuditReportResponse.Builder s3Key(String 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
DescribeCertificateAuthorityAuditReportResponse.Builder createdAt(Instant 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.
-
-