| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.attributes(AwsCloudMapInstanceAttribute... 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.
|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.attributes(Collection<AwsCloudMapInstanceAttribute> 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.
|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.attributes(Consumer<AwsCloudMapInstanceAttribute.Builder>... 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.
|
static AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.builder() |
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.ipPreference(IpPreference ipPreference)
The preferred IP version that this virtual node uses.
|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.ipPreference(String ipPreference)
The preferred IP version that this virtual node uses.
|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.namespaceName(String namespaceName)
The name of the Cloud Map namespace to use.
|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.serviceName(String serviceName)
The name of the Cloud Map service to use.
|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsCloudMapServiceDiscovery.Builder> |
AwsCloudMapServiceDiscovery.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServiceDiscovery.Builder |
ServiceDiscovery.Builder.awsCloudMap(Consumer<AwsCloudMapServiceDiscovery.Builder> awsCloudMap)
Specifies any Cloud Map information for the virtual node.
|
static ServiceDiscovery |
ServiceDiscovery.fromAwsCloudMap(Consumer<AwsCloudMapServiceDiscovery.Builder> awsCloudMap)
Create an instance of this class with
ServiceDiscovery.awsCloudMap() initialized to the given value. |
Copyright © 2023. All rights reserved.