Class CreateCertificateAuthorityAuditReportRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.acmpca.model.AcmPcaRequest
-
- software.amazon.awssdk.services.acmpca.model.CreateCertificateAuthorityAuditReportRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateCertificateAuthorityAuditReportRequest extends AcmPcaRequest implements ToCopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateCertificateAuthorityAuditReportRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditReportResponseFormatauditReportResponseFormat()The format in which to create the report.StringauditReportResponseFormatAsString()The format in which to create the report.static CreateCertificateAuthorityAuditReportRequest.Builderbuilder()StringcertificateAuthorityArn()The Amazon Resource Name (ARN) of the CA to be audited.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3BucketName()The name of the S3 bucket that will contain the audit report.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateCertificateAuthorityAuditReportRequest.Builder>serializableBuilderClass()CreateCertificateAuthorityAuditReportRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
certificateAuthorityArn
public final 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.- Returns:
- 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.
-
s3BucketName
public final String s3BucketName()
The name of the S3 bucket that will contain the audit report.
- Returns:
- The name of the S3 bucket that will contain the audit report.
-
auditReportResponseFormat
public final AuditReportResponseFormat auditReportResponseFormat()
The format in which to create the report. This can be either JSON or CSV.
If the service returns an enum value that is not available in the current SDK version,
auditReportResponseFormatwill returnAuditReportResponseFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauditReportResponseFormatAsString().- Returns:
- The format in which to create the report. This can be either JSON or CSV.
- See Also:
AuditReportResponseFormat
-
auditReportResponseFormatAsString
public final String auditReportResponseFormatAsString()
The format in which to create the report. This can be either JSON or CSV.
If the service returns an enum value that is not available in the current SDK version,
auditReportResponseFormatwill returnAuditReportResponseFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauditReportResponseFormatAsString().- Returns:
- The format in which to create the report. This can be either JSON or CSV.
- See Also:
AuditReportResponseFormat
-
toBuilder
public CreateCertificateAuthorityAuditReportRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>- Specified by:
toBuilderin classAcmPcaRequest
-
builder
public static CreateCertificateAuthorityAuditReportRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateCertificateAuthorityAuditReportRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-