public static interface EnvironmentMember.Builder extends SdkPojo, CopyableBuilder<EnvironmentMember.Builder,EnvironmentMember>
Modifier and Type | Method and Description |
---|---|
EnvironmentMember.Builder |
environmentId(String environmentId)
The ID of the environment for the environment member.
|
EnvironmentMember.Builder |
lastAccess(Instant lastAccess)
The time, expressed in epoch time format, when the environment member last opened the environment.
|
EnvironmentMember.Builder |
permissions(Permissions permissions)
The type of environment member permissions associated with this environment member.
|
EnvironmentMember.Builder |
permissions(String permissions)
The type of environment member permissions associated with this environment member.
|
EnvironmentMember.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) of the environment member.
|
EnvironmentMember.Builder |
userId(String userId)
The user ID in AWS Identity and Access Management (AWS IAM) of the environment member.
|
copy
applyMutation, build
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.
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.
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.
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.
Permissions
,
Permissions
EnvironmentMember.Builder userId(String userId)
The user ID in AWS Identity and Access Management (AWS IAM) of the environment member.
userId
- The user ID in AWS Identity and Access Management (AWS IAM) of the environment member.EnvironmentMember.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the environment member.
userArn
- The Amazon Resource Name (ARN) of the environment member.EnvironmentMember.Builder environmentId(String environmentId)
The ID of the environment for the environment member.
environmentId
- The ID of the environment for the environment member.EnvironmentMember.Builder lastAccess(Instant lastAccess)
The time, expressed in epoch time format, when the environment member last opened the environment.
lastAccess
- The time, expressed in epoch time format, when the environment member last opened the environment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.