@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.077Z") @Stability(value=Experimental) public interface SrvRecordValue extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SrvRecordValue.Builder
A builder for
SrvRecordValue |
static class |
SrvRecordValue.Jsii$Proxy
An implementation for
SrvRecordValue |
| Modifier and Type | Method and Description |
|---|---|
static SrvRecordValue.Builder |
builder() |
String |
getHostName()
(experimental) The server host name.
|
Number |
getPort()
(experimental) The port.
|
Number |
getPriority()
(experimental) The priority.
|
Number |
getWeight()
(experimental) The weight.
|
@Stability(value=Experimental) @NotNull String getHostName()
@Stability(value=Experimental) @NotNull Number getPort()
@Stability(value=Experimental) @NotNull Number getPriority()
@Stability(value=Experimental) @NotNull Number getWeight()
@Stability(value=Experimental) static SrvRecordValue.Builder builder()
SrvRecordValue.Builder of SrvRecordValueCopyright © 2021. All rights reserved.