Interface DescribeEnvironmentMembershipsResponse.Builder

    • Method Detail

      • memberships

        DescribeEnvironmentMembershipsResponse.Builder memberships​(EnvironmentMember... memberships)

        Information about the environment members for the environment.

        Parameters:
        memberships - Information about the environment members for the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeEnvironmentMembershipsResponse.Builder nextToken​(String nextToken)

        If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

        Parameters:
        nextToken - If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.