Interface CreateCertificateAuthorityAuditReportRequest.Builder
-
- All Superinterfaces:
AcmPcaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>,SdkBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCertificateAuthorityAuditReportRequest
public static interface CreateCertificateAuthorityAuditReportRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.acmpca.model.AcmPcaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
certificateAuthorityArn
CreateCertificateAuthorityAuditReportRequest.Builder certificateAuthorityArn(String certificateAuthorityArn)
The 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.- Parameters:
certificateAuthorityArn- The 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketName
CreateCertificateAuthorityAuditReportRequest.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket that will contain the audit report.
- Parameters:
s3BucketName- The name of the S3 bucket that will contain the audit report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditReportResponseFormat
CreateCertificateAuthorityAuditReportRequest.Builder auditReportResponseFormat(String auditReportResponseFormat)
The format in which to create the report. This can be either JSON or CSV.
- Parameters:
auditReportResponseFormat- The format in which to create the report. This can be either JSON or CSV.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuditReportResponseFormat,AuditReportResponseFormat
-
auditReportResponseFormat
CreateCertificateAuthorityAuditReportRequest.Builder auditReportResponseFormat(AuditReportResponseFormat auditReportResponseFormat)
The format in which to create the report. This can be either JSON or CSV.
- Parameters:
auditReportResponseFormat- The format in which to create the report. This can be either JSON or CSV.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuditReportResponseFormat,AuditReportResponseFormat
-
overrideConfiguration
CreateCertificateAuthorityAuditReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCertificateAuthorityAuditReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-