Interface LicenseServer.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LicenseServer.Builder,
,LicenseServer> SdkBuilder<LicenseServer.Builder,
,LicenseServer> SdkPojo
- Enclosing class:
LicenseServer
@Mutable
@NotThreadSafe
public static interface LicenseServer.Builder
extends SdkPojo, CopyableBuilder<LicenseServer.Builder,LicenseServer>
-
Method Summary
Modifier and TypeMethodDescriptionhealthStatus
(String healthStatus) The health status of the RDS license server.healthStatus
(LicenseServerHealthStatus healthStatus) The health status of the RDS license server.ipv4Address
(String ipv4Address) A list of domain IPv4 addresses that are used for the RDS license server.provisioningStatus
(String provisioningStatus) The current state of the provisioning process for the RDS license server.provisioningStatus
(LicenseServerEndpointProvisioningStatus provisioningStatus) The current state of the provisioning process for the RDS license server.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
-
healthStatus
The health status of the RDS license server.
- Parameters:
healthStatus
- The health status of the RDS license server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
healthStatus
The health status of the RDS license server.
- Parameters:
healthStatus
- The health status of the RDS license server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv4Address
A list of domain IPv4 addresses that are used for the RDS license server.
- Parameters:
ipv4Address
- A list of domain IPv4 addresses that are used for the RDS license server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningStatus
The current state of the provisioning process for the RDS license server.
- Parameters:
provisioningStatus
- The current state of the provisioning process for the RDS license server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provisioningStatus
LicenseServer.Builder provisioningStatus(LicenseServerEndpointProvisioningStatus provisioningStatus) The current state of the provisioning process for the RDS license server.
- Parameters:
provisioningStatus
- The current state of the provisioning process for the RDS license server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-