Interface Association.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Association.Builder,Association>,SdkBuilder<Association.Builder,Association>,SdkPojo
- Enclosing class:
- Association
public static interface Association.Builder extends SdkPojo, CopyableBuilder<Association.Builder,Association>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Association.BuildercustomDomainCertificateArn(String customDomainCertificateArn)The custom domain name’s certificate Amazon resource name (ARN).Association.BuildercustomDomainCertificateExpiryTime(Instant customDomainCertificateExpiryTime)The expiration time for the certificate.Association.BuildercustomDomainName(String customDomainName)The custom domain name associated with the workgroup.Association.BuilderworkgroupName(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, sdkFields
-
-
-
-
Method Detail
-
customDomainCertificateArn
Association.Builder customDomainCertificateArn(String 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
Association.Builder customDomainCertificateExpiryTime(Instant 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
Association.Builder customDomainName(String 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
Association.Builder workgroupName(String 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.
-
-