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 SummaryModifier 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.ipv6Address(String ipv6Address) A list of domain IPv6 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
provisioningStatusThe 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:
 
- 
provisioningStatusLicenseServer.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:
 
- 
healthStatusThe 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:
 
- 
healthStatusThe 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:
 
- 
ipv4AddressA 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.
 
- 
ipv6AddressA list of domain IPv6 addresses that are used for the RDS license server. - Parameters:
- ipv6Address- A list of domain IPv6 addresses that are used for the RDS license server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-