@Stability(value=Stable) public static final class CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty>
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder namespaceName(String namespaceName)
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getNamespaceName()namespaceName - The name of the AWS Cloud Map namespace to use. This parameter is required.this@Stability(value=Stable) public CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder serviceName(String serviceName)
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getServiceName()serviceName - The name of the AWS Cloud Map service to use. This parameter is required.this@Stability(value=Stable) public CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder attributes(IResolvable attributes)
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getAttributes()attributes - A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance.
Only instances that match all of the specified key/value pairs will be returned.this@Stability(value=Stable) public CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder attributes(List<? extends Object> attributes)
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getAttributes()attributes - A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance.
Only instances that match all of the specified key/value pairs will be returned.this@Stability(value=Stable) public CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder ipPreference(String ipPreference)
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getIpPreference()ipPreference - The preferred IP version that this virtual node uses.
Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.this@Stability(value=Stable) public CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty build()
build in interface software.amazon.jsii.Builder<CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty>CfnVirtualNode.AwsCloudMapServiceDiscoveryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.