Interface EndpointConfigurationResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointConfigurationResponse.Builder,,EndpointConfigurationResponse> SdkBuilder<EndpointConfigurationResponse.Builder,,EndpointConfigurationResponse> SdkPojo
- Enclosing class:
EndpointConfigurationResponse
@Mutable
@NotThreadSafe
public static interface EndpointConfigurationResponse.Builder
extends SdkPojo, CopyableBuilder<EndpointConfigurationResponse.Builder,EndpointConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(String certificateArn) The ARN of the ACM certificate.domainName(String domainName) The domain name.portalDefaultDomainName(String portalDefaultDomainName) The portal default domain name.portalDomainHostedZoneId(String portalDomainHostedZoneId) The portal domain hosted zone identifier.Methods 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, sdkFields
-
Method Details
-
certificateArn
The ARN of the ACM certificate.
- Parameters:
certificateArn- The ARN of the ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name.
- Parameters:
domainName- The domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalDefaultDomainName
The portal default domain name. This domain name is generated and managed by API Gateway.
- Parameters:
portalDefaultDomainName- The portal default domain name. This domain name is generated and managed by API Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalDomainHostedZoneId
The portal domain hosted zone identifier.
- Parameters:
portalDomainHostedZoneId- The portal domain hosted zone identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-