Interface AwsCloudMapInstanceAttribute.Builder

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