Interface AwsCloudMapInstanceAttribute.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsCloudMapInstanceAttribute.Builder,,AwsCloudMapInstanceAttribute> SdkBuilder<AwsCloudMapInstanceAttribute.Builder,,AwsCloudMapInstanceAttribute> SdkPojo
- Enclosing class:
 AwsCloudMapInstanceAttribute
public static interface AwsCloudMapInstanceAttribute.Builder
extends SdkPojo, CopyableBuilder<AwsCloudMapInstanceAttribute.Builder,AwsCloudMapInstanceAttribute> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of an Cloud Map service instance attribute key.The value of an Cloud Map service instance attribute key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -