Interface ExportComplianceInquiryResponse.Builder
- All Superinterfaces:
ArtifactResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ExportComplianceInquiryResponse.Builder,,ExportComplianceInquiryResponse> SdkBuilder<ExportComplianceInquiryResponse.Builder,,ExportComplianceInquiryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ExportComplianceInquiryResponse
@Mutable
@NotThreadSafe
public static interface ExportComplianceInquiryResponse.Builder
extends ArtifactResponse.Builder, SdkPojo, CopyableBuilder<ExportComplianceInquiryResponse.Builder,ExportComplianceInquiryResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondocumentPresignedUrl(String documentPresignedUrl) Presigned S3 URL to access the exported compliance inquiry report.Tags associated with the compliance inquiry resource.Methods inherited from interface software.amazon.awssdk.services.artifact.model.ArtifactResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
documentPresignedUrl
Presigned S3 URL to access the exported compliance inquiry report.
- Parameters:
documentPresignedUrl- Presigned S3 URL to access the exported compliance inquiry report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags associated with the compliance inquiry resource.
- Parameters:
tags- Tags associated with the compliance inquiry resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-