Interface LaunchPermissionModifications.Builder

    • Method Detail

      • add

        LaunchPermissionModifications.Builder add​(Collection<LaunchPermission> add)

        The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.

        Parameters:
        add - The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • add

        LaunchPermissionModifications.Builder add​(LaunchPermission... add)

        The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.

        Parameters:
        add - The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remove

        LaunchPermissionModifications.Builder remove​(Collection<LaunchPermission> remove)

        The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.

        Parameters:
        remove - The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remove

        LaunchPermissionModifications.Builder remove​(LaunchPermission... remove)

        The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.

        Parameters:
        remove - The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.