public static interface DescribeEnvironmentMembershipsResponse.Builder extends Cloud9Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theEnvironmentMember.Builder avoiding the need to create
one manually via EnvironmentMember.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #memberships(List.
memberships - a consumer that will call methods on
EnvironmentMember.Builder#memberships(java.util.Collection) 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 © 2023. All rights reserved.