public static interface AwsCloudMapServiceDiscovery.Builder extends SdkPojo, CopyableBuilder<AwsCloudMapServiceDiscovery.Builder,AwsCloudMapServiceDiscovery>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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.
|
AwsCloudMapServiceDiscovery.Builder |
namespaceName(String namespaceName)
The name of the AWS Cloud Map namespace to use.
|
AwsCloudMapServiceDiscovery.Builder |
serviceName(String serviceName)
The name of the AWS Cloud Map service to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCloudMapServiceDiscovery.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. Only instances that match all of the specified key/value pairs will be returned.
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.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. Only instances that match all of the specified key/value pairs will be returned.
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.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. Only instances that match all of the specified key/value pairs will be returned.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) AwsCloudMapServiceDiscovery.Builder namespaceName(String namespaceName)
The name of the AWS Cloud Map namespace to use.
namespaceName - The name of the AWS Cloud Map namespace to use.AwsCloudMapServiceDiscovery.Builder serviceName(String serviceName)
The name of the AWS Cloud Map service to use.
serviceName - The name of the AWS Cloud Map service to use.Copyright © 2021. All rights reserved.