public static interface DescribeEnvironmentMembershipsRequest.Builder extends Cloud9Request.Builder, CopyableBuilder<DescribeEnvironmentMembershipsRequest.Builder,DescribeEnvironmentMembershipsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentMembershipsRequest.Builder |
environmentId(String environmentId)
The ID of the environment to get environment member information about.
|
DescribeEnvironmentMembershipsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of environment members to get information about.
|
DescribeEnvironmentMembershipsRequest.Builder |
nextToken(String nextToken)
During a previous call, 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.
|
DescribeEnvironmentMembershipsRequest.Builder |
permissions(Collection<String> permissions)
The type of environment member permissions to get information about.
|
DescribeEnvironmentMembershipsRequest.Builder |
permissions(String... permissions)
The type of environment member permissions to get information about.
|
DescribeEnvironmentMembershipsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeEnvironmentMembershipsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeEnvironmentMembershipsRequest.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) of an individual environment member to get information about.
|
build
requestOverrideConfig
copy
apply, build
DescribeEnvironmentMembershipsRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value is specified, information about all environment members are returned.
userArn
- The Amazon Resource Name (ARN) of an individual environment member to get information about. If no
value is specified, information about all environment members are returned.DescribeEnvironmentMembershipsRequest.Builder environmentId(String environmentId)
The ID of the environment to get environment member information about.
environmentId
- The ID of the environment to get environment member information about.DescribeEnvironmentMembershipsRequest.Builder permissions(Collection<String> permissions)
The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
permissions
- The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
DescribeEnvironmentMembershipsRequest.Builder permissions(String... permissions)
The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
permissions
- The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
DescribeEnvironmentMembershipsRequest.Builder nextToken(String nextToken)
During a previous call, 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. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
nextToken
- During a previous call, 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. To get all of the items in the
list, keep calling this operation with each subsequent next token that is returned, until no more next
tokens are returned.DescribeEnvironmentMembershipsRequest.Builder maxResults(Integer maxResults)
The maximum number of environment members to get information about.
maxResults
- The maximum number of environment members to get information about.DescribeEnvironmentMembershipsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeEnvironmentMembershipsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.