Interface FinspaceKxEnvironmentCustomDnsConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FinspaceKxEnvironmentCustomDnsConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.059Z") @Stability(Stable) public interface FinspaceKxEnvironmentCustomDnsConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFinspaceKxEnvironmentCustomDnsConfiguration.BuilderA builder forFinspaceKxEnvironmentCustomDnsConfigurationstatic classFinspaceKxEnvironmentCustomDnsConfiguration.Jsii$ProxyAn implementation forFinspaceKxEnvironmentCustomDnsConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FinspaceKxEnvironmentCustomDnsConfiguration.Builderbuilder()StringgetCustomDnsServerIp()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_environment#custom_dns_server_ip FinspaceKxEnvironment#custom_dns_server_ip}.StringgetCustomDnsServerName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_environment#custom_dns_server_name FinspaceKxEnvironment#custom_dns_server_name}.
-
-
-
Method Detail
-
getCustomDnsServerIp
@Stability(Stable) @NotNull String getCustomDnsServerIp()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_environment#custom_dns_server_ip FinspaceKxEnvironment#custom_dns_server_ip}.
-
getCustomDnsServerName
@Stability(Stable) @NotNull String getCustomDnsServerName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_environment#custom_dns_server_name FinspaceKxEnvironment#custom_dns_server_name}.
-
builder
@Stability(Stable) static FinspaceKxEnvironmentCustomDnsConfiguration.Builder builder()
-
-