Interface AssociateCertificateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateCertificateResponse.Builder,,AssociateCertificateResponse> RtbFabricResponse.Builder,SdkBuilder<AssociateCertificateResponse.Builder,,AssociateCertificateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateCertificateResponse
@Mutable
@NotThreadSafe
public static interface AssociateCertificateResponse.Builder
extends RtbFabricResponse.Builder, SdkPojo, CopyableBuilder<AssociateCertificateResponse.Builder,AssociateCertificateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionacmCertificateArn(String acmCertificateArn) The Amazon Resource Name (ARN) of the ACM certificate.The unique identifier of the gateway.The status of the certificate association.status(CertificateAssociationStatus status) The status of the certificate association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
gatewayId
The unique identifier of the gateway.
- Parameters:
gatewayId- The unique identifier of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acmCertificateArn
The Amazon Resource Name (ARN) of the ACM certificate.
- Parameters:
acmCertificateArn- The Amazon Resource Name (ARN) of the ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the certificate association.
- Parameters:
status- The status of the certificate association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the certificate association.
- Parameters:
status- The status of the certificate association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-