Class OutboundConnectionRemoteDomainInfo
- java.lang.Object
-
- com.pulumi.aws.opensearch.outputs.OutboundConnectionRemoteDomainInfo
-
public final class OutboundConnectionRemoteDomainInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OutboundConnectionRemoteDomainInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutboundConnectionRemoteDomainInfo.Builder
builder()
static OutboundConnectionRemoteDomainInfo.Builder
builder(OutboundConnectionRemoteDomainInfo defaults)
java.lang.String
domainName()
java.lang.String
ownerId()
java.lang.String
region()
-
-
-
Method Detail
-
domainName
public java.lang.String domainName()
- Returns:
- The name of the remote domain.
-
ownerId
public java.lang.String ownerId()
- Returns:
- The Account ID of the owner of the remote domain.
-
region
public java.lang.String region()
- Returns:
- The region of the remote domain.
-
builder
public static OutboundConnectionRemoteDomainInfo.Builder builder()
-
builder
public static OutboundConnectionRemoteDomainInfo.Builder builder(OutboundConnectionRemoteDomainInfo defaults)
-
-