| 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.namespaceName(String namespaceName)
The name of the AWS Cloud Map namespace to use.
|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.serviceName(String serviceName)
The name of the AWS 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 AWS Cloud Map information for the virtual node.
|
Copyright © 2021. All rights reserved.