@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.677Z") @Stability(value=Stable) 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()
The server host name.
|
Number |
getPort()
The port.
|
Number |
getPriority()
The priority.
|
Number |
getWeight()
The weight.
|
@Stability(value=Stable) @NotNull String getHostName()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) @NotNull Number getPriority()
@Stability(value=Stable) @NotNull Number getWeight()
@Stability(value=Stable) static SrvRecordValue.Builder builder()
SrvRecordValue.Builder of SrvRecordValueCopyright © 2022. All rights reserved.