Interface PropertyGroupRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PropertyGroupRequest.Builder,PropertyGroupRequest>, SdkBuilder<PropertyGroupRequest.Builder,PropertyGroupRequest>, SdkPojo
Enclosing class:
PropertyGroupRequest

public static interface PropertyGroupRequest.Builder extends SdkPojo, CopyableBuilder<PropertyGroupRequest.Builder,PropertyGroupRequest>
  • Method Details

    • groupType

      PropertyGroupRequest.Builder groupType(String groupType)

      The group type.

      Parameters:
      groupType - The group type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupType

      The group type.

      Parameters:
      groupType - The group type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • propertyNames

      PropertyGroupRequest.Builder propertyNames(Collection<String> propertyNames)

      The names of properties.

      Parameters:
      propertyNames - The names of properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • propertyNames

      PropertyGroupRequest.Builder propertyNames(String... propertyNames)

      The names of properties.

      Parameters:
      propertyNames - The names of properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.