Uses of Class
com.hashicorp.cdktf.providers.aws.opensearch_outbound_connection.OpensearchOutboundConnectionRemoteDomainInfo.Builder
-
Packages that use OpensearchOutboundConnectionRemoteDomainInfo.Builder Package Description com.hashicorp.cdktf.providers.aws.opensearch_outbound_connection aws_opensearch_outbound_connection -
-
Uses of OpensearchOutboundConnectionRemoteDomainInfo.Builder in com.hashicorp.cdktf.providers.aws.opensearch_outbound_connection
Methods in com.hashicorp.cdktf.providers.aws.opensearch_outbound_connection that return OpensearchOutboundConnectionRemoteDomainInfo.Builder Modifier and Type Method Description static OpensearchOutboundConnectionRemoteDomainInfo.BuilderOpensearchOutboundConnectionRemoteDomainInfo. builder()OpensearchOutboundConnectionRemoteDomainInfo.BuilderOpensearchOutboundConnectionRemoteDomainInfo.Builder. domainName(String domainName)Sets the value ofOpensearchOutboundConnectionRemoteDomainInfo.getDomainName()OpensearchOutboundConnectionRemoteDomainInfo.BuilderOpensearchOutboundConnectionRemoteDomainInfo.Builder. ownerId(String ownerId)Sets the value ofOpensearchOutboundConnectionRemoteDomainInfo.getOwnerId()OpensearchOutboundConnectionRemoteDomainInfo.BuilderOpensearchOutboundConnectionRemoteDomainInfo.Builder. region(String region)Sets the value ofOpensearchOutboundConnectionRemoteDomainInfo.getRegion()Constructors in com.hashicorp.cdktf.providers.aws.opensearch_outbound_connection with parameters of type OpensearchOutboundConnectionRemoteDomainInfo.Builder Constructor Description Jsii$Proxy(OpensearchOutboundConnectionRemoteDomainInfo.Builder builder)Constructor that initializes the object based on literal property values passed by theOpensearchOutboundConnectionRemoteDomainInfo.Builder.
-