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 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.