public static interface AwsCloudMapInstanceAttribute.Builder extends SdkPojo, CopyableBuilder<AwsCloudMapInstanceAttribute.Builder,AwsCloudMapInstanceAttribute>
| Modifier and Type | Method and Description |
|---|---|
AwsCloudMapInstanceAttribute.Builder |
key(String key)
The name of an Cloud Map service instance attribute key.
|
AwsCloudMapInstanceAttribute.Builder |
value(String value)
The value of an Cloud Map service instance attribute key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCloudMapInstanceAttribute.Builder key(String key)
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
key - The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains
the specified key and value is returned.AwsCloudMapInstanceAttribute.Builder value(String value)
The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
value - The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains
the specified key and value is returned.Copyright © 2023. All rights reserved.