Interface EnvironmentMember.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentMember.Builder,EnvironmentMember>,SdkBuilder<EnvironmentMember.Builder,EnvironmentMember>,SdkPojo
- Enclosing class:
- EnvironmentMember
public static interface EnvironmentMember.Builder extends SdkPojo, CopyableBuilder<EnvironmentMember.Builder,EnvironmentMember>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentMember.BuilderenvironmentId(String environmentId)The ID of the environment for the environment member.EnvironmentMember.BuilderlastAccess(Instant lastAccess)The time, expressed in epoch time format, when the environment member last opened the environment.EnvironmentMember.Builderpermissions(String permissions)The type of environment member permissions associated with this environment member.EnvironmentMember.Builderpermissions(Permissions permissions)The type of environment member permissions associated with this environment member.EnvironmentMember.BuilderuserArn(String userArn)The Amazon Resource Name (ARN) of the environment member.EnvironmentMember.BuilderuserId(String userId)The user ID in Identity and Access Management (IAM) of the environment member.-
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
-
permissions
EnvironmentMember.Builder permissions(String permissions)
The type of environment member permissions associated with this environment member. 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.
- Parameters:
permissions- The type of environment member permissions associated with this environment member. 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Permissions,Permissions
-
-
permissions
EnvironmentMember.Builder permissions(Permissions permissions)
The type of environment member permissions associated with this environment member. 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.
- Parameters:
permissions- The type of environment member permissions associated with this environment member. 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Permissions,Permissions
-
-
userId
EnvironmentMember.Builder userId(String userId)
The user ID in Identity and Access Management (IAM) of the environment member.
- Parameters:
userId- The user ID in Identity and Access Management (IAM) of the environment member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userArn
EnvironmentMember.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the environment member.
- Parameters:
userArn- The Amazon Resource Name (ARN) of the environment member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
EnvironmentMember.Builder environmentId(String environmentId)
The ID of the environment for the environment member.
- Parameters:
environmentId- The ID of the environment for the environment member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAccess
EnvironmentMember.Builder lastAccess(Instant lastAccess)
The time, expressed in epoch time format, when the environment member last opened the environment.
- Parameters:
lastAccess- The time, expressed in epoch time format, when the environment member last opened the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-