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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsCloudMapInstanceAttribute.Builderkey(String key)The name of an Cloud Map service instance attribute key.AwsCloudMapInstanceAttribute.Buildervalue(String value)The value of an Cloud Map service instance attribute key.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
key
AwsCloudMapInstanceAttribute.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.
- 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
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.
- 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.
-
-