Interface DescribeGroupResponse.Builder

  • Method Details

    • groupId

      The identifier for a group in the identity store.

      Parameters:
      groupId - The identifier for a group in the identity store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      DescribeGroupResponse.Builder displayName(String displayName)

      The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.

      Parameters:
      displayName - The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalIds

      A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

      Parameters:
      externalIds - A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalIds

      DescribeGroupResponse.Builder externalIds(ExternalId... externalIds)

      A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

      Parameters:
      externalIds - A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalIds

      A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

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

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

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

      DescribeGroupResponse.Builder description(String description)

      A string containing a description of the group.

      Parameters:
      description - A string containing a description of the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityStoreId

      DescribeGroupResponse.Builder identityStoreId(String identityStoreId)

      The globally unique identifier for the identity store.

      Parameters:
      identityStoreId - The globally unique identifier for the identity store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.