Interface DescribeEnvironmentMembershipsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,Cloud9Request.Builder,CopyableBuilder<DescribeEnvironmentMembershipsRequest.Builder,DescribeEnvironmentMembershipsRequest>,SdkBuilder<DescribeEnvironmentMembershipsRequest.Builder,DescribeEnvironmentMembershipsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEnvironmentMembershipsRequest
public static interface DescribeEnvironmentMembershipsRequest.Builder extends Cloud9Request.Builder, SdkPojo, CopyableBuilder<DescribeEnvironmentMembershipsRequest.Builder,DescribeEnvironmentMembershipsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEnvironmentMembershipsRequest.BuilderenvironmentId(String environmentId)The ID of the environment to get environment member information about.DescribeEnvironmentMembershipsRequest.BuildermaxResults(Integer maxResults)The maximum number of environment members to get information about.DescribeEnvironmentMembershipsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEnvironmentMembershipsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEnvironmentMembershipsRequest.Builderpermissions(Collection<Permissions> permissions)The type of environment member permissions to get information about.DescribeEnvironmentMembershipsRequest.Builderpermissions(Permissions... permissions)The type of environment member permissions to get information about.DescribeEnvironmentMembershipsRequest.BuilderpermissionsWithStrings(String... permissions)The type of environment member permissions to get information about.DescribeEnvironmentMembershipsRequest.BuilderpermissionsWithStrings(Collection<String> permissions)The type of environment member permissions to get information about.DescribeEnvironmentMembershipsRequest.BuilderuserArn(String userArn)The Amazon Resource Name (ARN) of an individual environment member to get information about.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloud9.model.Cloud9Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
userArn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
DescribeEnvironmentMembershipsRequest.Builder environmentId(String environmentId)
The ID of the environment to get environment member information about.
- Parameters:
environmentId- The ID of the environment to get environment member information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionsWithStrings
DescribeEnvironmentMembershipsRequest.Builder permissionsWithStrings(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
permissionsWithStrings
DescribeEnvironmentMembershipsRequest.Builder permissionsWithStrings(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
permissions
DescribeEnvironmentMembershipsRequest.Builder permissions(Collection<Permissions> 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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
permissions
DescribeEnvironmentMembershipsRequest.Builder permissions(Permissions... 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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeEnvironmentMembershipsRequest.Builder maxResults(Integer maxResults)
The maximum number of environment members to get information about.
- Parameters:
maxResults- The maximum number of environment members to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEnvironmentMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEnvironmentMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-