Interface LaunchPermission.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchPermission.Builder,LaunchPermission>,SdkBuilder<LaunchPermission.Builder,LaunchPermission>,SdkPojo
- Enclosing class:
- LaunchPermission
public static interface LaunchPermission.Builder extends SdkPojo, CopyableBuilder<LaunchPermission.Builder,LaunchPermission>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchPermission.Buildergroup(String group)The name of the group.LaunchPermission.Buildergroup(PermissionGroup group)The name of the group.LaunchPermission.BuilderorganizationalUnitArn(String organizationalUnitArn)The Amazon Resource Name (ARN) of an organizational unit (OU).LaunchPermission.BuilderorganizationArn(String organizationArn)The Amazon Resource Name (ARN) of an organization.LaunchPermission.BuilderuserId(String userId)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, sdkFields
-
-
-
-
Method Detail
-
group
LaunchPermission.Builder group(String 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:
PermissionGroup,PermissionGroup
-
group
LaunchPermission.Builder group(PermissionGroup 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:
PermissionGroup,PermissionGroup
-
userId
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.
- 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.
-
organizationArn
LaunchPermission.Builder organizationArn(String 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
LaunchPermission.Builder organizationalUnitArn(String 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.
-
-