Interface ServiceAttributes.Builder

    • Method Detail

      • serviceArn

        ServiceAttributes.Builder serviceArn​(String serviceArn)

        The ARN of the service that the attributes are associated with.

        Parameters:
        serviceArn - The ARN of the service that the attributes are associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        ServiceAttributes.Builder attributes​(Map<String,​String> attributes)

        A string map that contains the following information for the service that you specify in ServiceArn:

        • The attributes that apply to the service.

        • For each attribute, the applicable value.

        You can specify a total of 30 attributes.

        Parameters:
        attributes - A string map that contains the following information for the service that you specify in ServiceArn:

        • The attributes that apply to the service.

        • For each attribute, the applicable value.

        You can specify a total of 30 attributes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.