public static interface PrivateDnsNameConfiguration.Builder extends SdkPojo, CopyableBuilder<PrivateDnsNameConfiguration.Builder,PrivateDnsNameConfiguration>
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsNameConfiguration.Builder |
name(String name)
The name of the record subdomain the service provider needs to create.
|
PrivateDnsNameConfiguration.Builder |
state(DnsNameState state)
The verification state of the VPC endpoint service.
|
PrivateDnsNameConfiguration.Builder |
state(String state)
The verification state of the VPC endpoint service.
|
PrivateDnsNameConfiguration.Builder |
type(String type)
The endpoint service verification type, for example TXT.
|
PrivateDnsNameConfiguration.Builder |
value(String value)
The value the service provider adds to the private DNS name domain record before verification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateDnsNameConfiguration.Builder state(String state)
The verification state of the VPC endpoint service.
>Consumers of the endpoint service can use the private name only when the state is verified.
state - The verification state of the VPC endpoint service.
>Consumers of the endpoint service can use the private name only when the state is
verified.
DnsNameState,
DnsNameStatePrivateDnsNameConfiguration.Builder state(DnsNameState state)
The verification state of the VPC endpoint service.
>Consumers of the endpoint service can use the private name only when the state is verified.
state - The verification state of the VPC endpoint service.
>Consumers of the endpoint service can use the private name only when the state is
verified.
DnsNameState,
DnsNameStatePrivateDnsNameConfiguration.Builder type(String type)
The endpoint service verification type, for example TXT.
type - The endpoint service verification type, for example TXT.PrivateDnsNameConfiguration.Builder value(String value)
The value the service provider adds to the private DNS name domain record before verification.
value - The value the service provider adds to the private DNS name domain record before verification.PrivateDnsNameConfiguration.Builder name(String name)
The name of the record subdomain the service provider needs to create. The service provider adds the
value text to the name.
name - The name of the record subdomain the service provider needs to create. The service provider adds the
value text to the name.Copyright © 2022. All rights reserved.