public static interface LaunchPermissionConfiguration.Builder extends SdkPojo, CopyableBuilder<LaunchPermissionConfiguration.Builder,LaunchPermissionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LaunchPermissionConfiguration.Builder |
organizationalUnitArns(Collection<String> organizationalUnitArns)
The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.
|
LaunchPermissionConfiguration.Builder |
organizationalUnitArns(String... organizationalUnitArns)
The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.
|
LaunchPermissionConfiguration.Builder |
organizationArns(Collection<String> organizationArns)
The ARN for an Amazon Web Services Organization that you want to share your AMI with.
|
LaunchPermissionConfiguration.Builder |
organizationArns(String... organizationArns)
The ARN for an Amazon Web Services Organization that you want to share your AMI with.
|
LaunchPermissionConfiguration.Builder |
userGroups(Collection<String> userGroups)
The name of the group.
|
LaunchPermissionConfiguration.Builder |
userGroups(String... userGroups)
The name of the group.
|
LaunchPermissionConfiguration.Builder |
userIds(Collection<String> userIds)
The Amazon Web Services account ID.
|
LaunchPermissionConfiguration.Builder |
userIds(String... userIds)
The Amazon Web Services account ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchPermissionConfiguration.Builder userIds(Collection<String> userIds)
The Amazon Web Services account ID.
userIds - The Amazon Web Services account ID.LaunchPermissionConfiguration.Builder userIds(String... userIds)
The Amazon Web Services account ID.
userIds - The Amazon Web Services account ID.LaunchPermissionConfiguration.Builder userGroups(Collection<String> userGroups)
The name of the group.
userGroups - The name of the group.LaunchPermissionConfiguration.Builder userGroups(String... userGroups)
The name of the group.
userGroups - The name of the group.LaunchPermissionConfiguration.Builder organizationArns(Collection<String> organizationArns)
The ARN for an Amazon Web Services Organization that you want to share your AMI with. For more information, see What is Organizations?.
organizationArns - The ARN for an Amazon Web Services Organization that you want to share your AMI with. For more
information, see What is
Organizations?.LaunchPermissionConfiguration.Builder organizationArns(String... organizationArns)
The ARN for an Amazon Web Services Organization that you want to share your AMI with. For more information, see What is Organizations?.
organizationArns - The ARN for an Amazon Web Services Organization that you want to share your AMI with. For more
information, see What is
Organizations?.LaunchPermissionConfiguration.Builder organizationalUnitArns(Collection<String> organizationalUnitArns)
The ARN for an Organizations organizational unit (OU) that you want to share your AMI with. For more information about key concepts for Organizations, see Organizations terminology and concepts.
organizationalUnitArns - The ARN for an Organizations organizational unit (OU) that you want to share your AMI with. For more
information about key concepts for Organizations, see Organizations terminology and concepts.LaunchPermissionConfiguration.Builder organizationalUnitArns(String... organizationalUnitArns)
The ARN for an Organizations organizational unit (OU) that you want to share your AMI with. For more information about key concepts for Organizations, see Organizations terminology and concepts.
organizationalUnitArns - The ARN for an Organizations organizational unit (OU) that you want to share your AMI with. For more
information about key concepts for Organizations, see Organizations terminology and concepts.Copyright © 2022. All rights reserved.