public final class EndpointParams extends Object
Constructor and Description |
---|
EndpointParams() |
Modifier and Type | Method and Description |
---|---|
String |
getDomain() |
String |
getProtocol() |
boolean |
isDualStackEnabled() |
boolean |
isFipsEnabled() |
EndpointParams |
withDomain(String domain)
Sets the domain
|
EndpointParams |
withDualStackEnabled(boolean dualStackEnabled)
Sets if dualStack is enabled or not
|
EndpointParams |
withFipsEnabled(boolean fipsEnabled)
Sets if fipsEnabled is enabled or not
|
EndpointParams |
withProtocol(String protocol)
Sets the protocol
|
public String getProtocol()
public EndpointParams withProtocol(String protocol)
protocol
- The new protocol value.public String getDomain()
public EndpointParams withDomain(String domain)
domain
- The new domain value.public boolean isDualStackEnabled()
public EndpointParams withDualStackEnabled(boolean dualStackEnabled)
dualStackEnabled
- The new dualStackEnabled value.public boolean isFipsEnabled()
public EndpointParams withFipsEnabled(boolean fipsEnabled)
fipsEnabled
- The new fipsEnabled value.