@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() |
| Modifier and Type | Method and Description |
|---|---|
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder |
attributes(IResolvable attributes)
Sets the value of
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getAttributes() |
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder |
attributes(List<? extends Object> attributes)
Sets the value of
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getAttributes() |
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty |
build()
Builds the configured instance.
|
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder |
namespaceName(String namespaceName)
Sets the value of
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getNamespaceName() |
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.Builder |
serviceName(String serviceName)
Sets the value of
CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty.getServiceName() |
@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 build()
build in interface software.amazon.jsii.Builder<CfnVirtualNode.AwsCloudMapServiceDiscoveryProperty>CfnVirtualNode.AwsCloudMapServiceDiscoveryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.