Interface Group.Builder

    • Method Detail

      • path

        Group.Builder path​(String path)

        The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.

        Parameters:
        path - The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupName

        Group.Builder groupName​(String groupName)

        The friendly name that identifies the group.

        Parameters:
        groupName - The friendly name that identifies the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupId

        Group.Builder groupId​(String groupId)

        The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.

        Parameters:
        groupId - The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        Group.Builder arn​(String arn)

        The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.

        Parameters:
        arn - The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.