public static interface LaunchPermission.Builder extends SdkPojo, CopyableBuilder<LaunchPermission.Builder,LaunchPermission>
Modifier and Type | Method and Description |
---|---|
LaunchPermission.Builder |
group(PermissionGroup group)
The name of the group.
|
LaunchPermission.Builder |
group(String group)
The name of the group.
|
LaunchPermission.Builder |
organizationalUnitArn(String organizationalUnitArn)
The Amazon Resource Name (ARN) of an organizational unit (OU).
|
LaunchPermission.Builder |
organizationArn(String organizationArn)
The Amazon Resource Name (ARN) of an organization.
|
LaunchPermission.Builder |
userId(String userId)
The Amazon Web Services account ID.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LaunchPermission.Builder group(String group)
The name of the group.
group
- The name of the group.PermissionGroup
,
PermissionGroup
LaunchPermission.Builder group(PermissionGroup group)
The name of the group.
group
- The name of the group.PermissionGroup
,
PermissionGroup
LaunchPermission.Builder userId(String userId)
The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
userId
- The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
LaunchPermission.Builder organizationArn(String organizationArn)
The Amazon Resource Name (ARN) of an organization.
organizationArn
- The Amazon Resource Name (ARN) of an organization.LaunchPermission.Builder organizationalUnitArn(String organizationalUnitArn)
The Amazon Resource Name (ARN) of an organizational unit (OU).
organizationalUnitArn
- The Amazon Resource Name (ARN) of an organizational unit (OU).Copyright © 2022. All rights reserved.