Interface Resource.Builder

    • Method Detail

      • type

        Resource.Builder type​(String type)
        Sets the value of the Type property for this object.
        Parameters:
        type - The new value for the Type property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Resource.Builder name​(String name)
        Sets the value of the Name property for this object.
        Parameters:
        name - The new value for the Name property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        Resource.Builder arn​(String arn)
        Sets the value of the Arn property for this object.
        Parameters:
        arn - The new value for the Arn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • feature

        Resource.Builder feature​(String feature)
        Sets the value of the Feature property for this object.
        Parameters:
        feature - The new value for the Feature property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        Resource.Builder attributes​(Map<String,​String> attributes)
        Sets the value of the Attributes property for this object.
        Parameters:
        attributes - The new value for the Attributes property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.