public static interface DescribeEnvironmentMembershipsResponse.Builder extends Cloud9Response.Builder, CopyableBuilder<DescribeEnvironmentMembershipsResponse.Builder,DescribeEnvironmentMembershipsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentMembershipsResponse.Builder |
memberships(Collection<EnvironmentMember> memberships)
Information about the environment members for the environment.
|
DescribeEnvironmentMembershipsResponse.Builder |
memberships(Consumer<EnvironmentMember.Builder>... memberships)
Information about the environment members for the environment.
|
DescribeEnvironmentMembershipsResponse.Builder |
memberships(EnvironmentMember... memberships)
Information about the environment members for the environment.
|
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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeEnvironmentMembershipsResponse.Builder memberships(Collection<EnvironmentMember> memberships)
Information about the environment members for the environment.
memberships - Information about the environment members for the environment.DescribeEnvironmentMembershipsResponse.Builder memberships(EnvironmentMember... memberships)
Information about the environment members for the environment.
memberships - Information about the environment members for the environment.DescribeEnvironmentMembershipsResponse.Builder memberships(Consumer<EnvironmentMember.Builder>... memberships)
Information about the environment members for the environment.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #memberships(List) .memberships - a consumer that will call methods on List.Builder #memberships(List) 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.