Interface GetCertificateResponse.Builder
-
- All Superinterfaces:
AcmResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>,SdkBuilder<GetCertificateResponse.Builder,GetCertificateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCertificateResponse
@Mutable @NotThreadSafe public static interface GetCertificateResponse.Builder extends AcmResponse.Builder, SdkPojo, CopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCertificateResponse.Buildercertificate(String certificate)The ACM-issued certificate corresponding to the ARN specified as input.GetCertificateResponse.BuildercertificateChain(String certificateChain)Certificates forming the requested certificate's chain of trust.-
Methods inherited from interface software.amazon.awssdk.services.acm.model.AcmResponse.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
-
certificate
GetCertificateResponse.Builder certificate(String certificate)
The ACM-issued certificate corresponding to the ARN specified as input.
- Parameters:
certificate- The ACM-issued certificate corresponding to the ARN specified as input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateChain
GetCertificateResponse.Builder certificateChain(String certificateChain)
Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
- Parameters:
certificateChain- Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-