Interface LaunchPermission.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LaunchPermission.Builder,
,LaunchPermission> SdkBuilder<LaunchPermission.Builder,
,LaunchPermission> SdkPojo
- Enclosing class:
LaunchPermission
@Mutable
@NotThreadSafe
public static interface LaunchPermission.Builder
extends SdkPojo, CopyableBuilder<LaunchPermission.Builder,LaunchPermission>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the group.group
(PermissionGroup group) The name of the group.organizationalUnitArn
(String organizationalUnitArn) The Amazon Resource Name (ARN) of an organizational unit (OU).organizationArn
(String organizationArn) The Amazon Resource Name (ARN) of an organization.The Amazon Web Services account ID.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, sdkFieldNameToField, sdkFields
-
Method Details
-
organizationArn
The Amazon Resource Name (ARN) of an organization.
- Parameters:
organizationArn
- The Amazon Resource Name (ARN) of an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitArn
The Amazon Resource Name (ARN) of an organizational unit (OU).
- Parameters:
organizationalUnitArn
- The Amazon Resource Name (ARN) of an organizational unit (OU).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
- Parameters:
userId
- The Amazon Web Services account ID.Constraints: Up to 10 000 account IDs can be specified in a single request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
group
The name of the group.
- Parameters:
group
- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
group
The name of the group.
- Parameters:
group
- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-