Interface LicenseServer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LicenseServer.Builder,LicenseServer>,SdkBuilder<LicenseServer.Builder,LicenseServer>,SdkPojo
- Enclosing class:
- LicenseServer
public static interface LicenseServer.Builder extends SdkPojo, CopyableBuilder<LicenseServer.Builder,LicenseServer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseServer.BuilderhealthStatus(String healthStatus)The health status of the RDS license server.LicenseServer.BuilderhealthStatus(LicenseServerHealthStatus healthStatus)The health status of the RDS license server.LicenseServer.Builderipv4Address(String ipv4Address)A list of domain IPv4 addresses that are used for the RDS license server.LicenseServer.BuilderprovisioningStatus(String provisioningStatus)The current state of the provisioning process for the RDS license server.LicenseServer.BuilderprovisioningStatus(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 Detail
-
healthStatus
LicenseServer.Builder healthStatus(String 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:
LicenseServerHealthStatus,LicenseServerHealthStatus
-
healthStatus
LicenseServer.Builder healthStatus(LicenseServerHealthStatus 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:
LicenseServerHealthStatus,LicenseServerHealthStatus
-
ipv4Address
LicenseServer.Builder ipv4Address(String 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
LicenseServer.Builder provisioningStatus(String 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:
LicenseServerEndpointProvisioningStatus,LicenseServerEndpointProvisioningStatus
-
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:
LicenseServerEndpointProvisioningStatus,LicenseServerEndpointProvisioningStatus
-
-