Interface Association.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Association.Builder,
,Association> SdkBuilder<Association.Builder,
,Association> SdkPojo
- Enclosing class:
Association
@Mutable
@NotThreadSafe
public static interface Association.Builder
extends SdkPojo, CopyableBuilder<Association.Builder,Association>
-
Method Summary
Modifier and TypeMethodDescriptioncustomDomainCertificateArn
(String customDomainCertificateArn) The custom domain name’s certificate Amazon resource name (ARN).customDomainCertificateExpiryTime
(Instant customDomainCertificateExpiryTime) The expiration time for the certificate.customDomainName
(String customDomainName) The custom domain name associated with the workgroup.workgroupName
(String workgroupName) The name of the workgroup associated with the database.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
-
Method Details
-
customDomainCertificateArn
The custom domain name’s certificate Amazon resource name (ARN).
- Parameters:
customDomainCertificateArn
- The custom domain name’s certificate Amazon resource name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainCertificateExpiryTime
The expiration time for the certificate.
- Parameters:
customDomainCertificateExpiryTime
- The expiration time for the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainName
The custom domain name associated with the workgroup.
- Parameters:
customDomainName
- The custom domain name associated with the workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workgroupName
The name of the workgroup associated with the database.
- Parameters:
workgroupName
- The name of the workgroup associated with the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-