@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:36.727Z") @Stability(value=Experimental) public interface SrvRecordValue extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53.*;
SrvRecordValue srvRecordValue = SrvRecordValue.builder()
.hostName("hostName")
.port(123)
.priority(123)
.weight(123)
.build();
| 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 © 2022. All rights reserved.