Interface ProposedNetworkFunctionGroupChange.Builder

  • Method Details

    • tags

      The list of proposed changes to the key-value tags associated with the network function group.

      Parameters:
      tags - The list of proposed changes to the key-value tags associated with the network function group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of proposed changes to the key-value tags associated with the network function group.

      Parameters:
      tags - The list of proposed changes to the key-value tags associated with the network function group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of proposed changes to the key-value tags associated with the network function group.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attachmentPolicyRuleNumber

      ProposedNetworkFunctionGroupChange.Builder attachmentPolicyRuleNumber(Integer attachmentPolicyRuleNumber)

      The proposed new attachment policy rule number for the network function group.

      Parameters:
      attachmentPolicyRuleNumber - The proposed new attachment policy rule number for the network function group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkFunctionGroupName

      ProposedNetworkFunctionGroupChange.Builder networkFunctionGroupName(String networkFunctionGroupName)

      The proposed name change for the network function group name.

      Parameters:
      networkFunctionGroupName - The proposed name change for the network function group name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.